|
楼主 |
发表于 2015-9-12 14:25:21
|
显示全部楼层
吼吼
还是有错误呀
控制台报错如下:
at java.lang.Thread.run(Thread.java:745)
Caused by: com.justep.exception.BusinessException: 编码: JUSTEP150210; 提示: 执行KSQL出错, KSQL: SELECT HaircutterWithLastLoginTime.* FROM HaircutterWithLastLoginTime HaircutterWithLastLoginTime WHERE (( HaircutterWithLastLoginTime.fPositionFor IS NULL '' )) LIMIT 0, 20
--> sql:
--> binds: []
at com.justep.exception.BusinessException.create(Unknown Source)
at com.justep.system.data.impl.TableUtilsImplement.ksqlSelect(Unknown Source)
at com.justep.system.data.impl.TableUtilsImplement.ksqlSelect(Unknown Source)
at com.justep.system.data.impl.TableUtilsImplement.ksqlSelect(Unknown Source)
at com.justep.system.data.BizData.query(Unknown Source)
at BizProcedure.query(BizProcedure.java:12)
... 27 more
Caused by: com.justep.exception.KSQLException: 编码: JUSTEP154115; 提示: KSQL语法错误, ionFor IS NULL ^^'' )) LIMIT 0, 中未找到需要的元素, 位置158期望是)
at com.justep.exception.KSQLException.create(Unknown Source) |
|