You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.nested(wrapper -> wrapper
.likeIfExists(ItemDO::getName, pageReqVO.getName())
.or()
.eqIfExists(ItemDO::getName, pageReqVO.getName())
)
当条件都不成立的时候 WHERE wol.warehouse_id = ? AND wol.owner_id = wsl.obj_id))) AND ) ORDER BY t.id DESC 还是多了一个AND
详细堆栈日志
Caused by: java.util.concurrent.ExecutionException: net.sf.jsqlparser.parser.ParseException: Encountered unexpected token: "AND""AND"
at line 1, column 1333.
Was expecting one of:
")""::""[""^"
The text was updated successfully, but these errors were encountered:
确认
当前程序版本
1.5.2
问题描述
.nested(wrapper -> wrapper
.likeIfExists(ItemDO::getName, pageReqVO.getName())
.or()
.eqIfExists(ItemDO::getName, pageReqVO.getName())
)
当条件都不成立的时候 WHERE wol.warehouse_id = ? AND wol.owner_id = wsl.obj_id))) AND ) ORDER BY t.id DESC 还是多了一个AND
详细堆栈日志
The text was updated successfully, but these errors were encountered: