|

楼主 |
发表于 2018-12-29 09:53:56
|
显示全部楼层
说我语法错误,帮我看一下
String query = "select t.* from t_audit t where t.protree_id in:protree_id ";
HashMap<String, Object> params = new HashMap<String, Object>();
params.put("protree_id", ides);
Table aud = KSQL.select(query, params, "/tq/flow/data", null);
AuditProcedure.cascadeAudit(AuditProcedure.java:55)
... 30 more
Caused by: com.justep.exception.KSQLException: 编码: JUSTEP154115; 提示: KSQL语法错误, t.protree_id in^^:protree_id 中未找到需要的元素, 位置47期望是(
at |
|