|
版本: |
|
小版本号: |
|
|
|
数据库: |
|
服务器操作系统: |
|
应用服务器: |
|
客户端操作系统: |
|
浏览器: |
|
|
|
源代码如下
<model xmlns="http://www.justep.com/model">
<store name="VW_CHB_YDZG"/>
<mapping concept="VW_CHB_YDZG">
<table name="VW_CHB_WLS" type="owner-table"></table>
</mapping>
</model>
报错如下
JUSTEP150210, 执行KSQL出错, KSQL: SELECT VW_CHB_YDZG.* FROM VW_CHB_YDZG VW_CHB_YDZG WHERE (( 1 = 1 and VW_CHB_YDZG.GSDM <> '16' and VW_CHB_YDZG.GSDM <> '20' and VW_CHB_YDZG.GSDM <> '21' and VW_CHB_YDZG.GJMCH <>'中国' and VW_CHB_YDZG.KBSHJ >= stringToDateTime('2015-11-23 00:00:00') and VW_CHB_YDZG.KBSHJ <= stringToDateTime('2015-11-23 23:59:59') )) ORDER BY GSDM ASC LIMIT 0, -1,刷新数据失败!
KSQL中没有用到vw_chb_wls表。
修改之后没有效果。。。。。。
|
|