javyxu opened a new issue #11:
URL: https://github.com/apache/dubbo-python2/issues/11
您好,可以帮忙解决一下吗?
代码如下:
```python
dataQueryModel = Object("com.xxxx.DataQueryModelConfig")
dataQueryModel["pushdown"] = True
dataQueryModel["limit"] = False
dataQueryModel["params"] = {}
dataQueryModel["sql"] = "xxxx"
dubbo_cli = DubboClient("xxxxxModelService",
version="1.0.0",
dubbo_version="2.0.2",
host="xxxxx")
result = dubbo_cli.call('queryDataQueryModel',
[110, True, dataQueryModel],
timeout=3000)
```
错误信息如下:
java.lang.Boolean cannot be cast to com.xxxx.DataQueryModelConfig
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]