已知前端传入的where字符串,例如A=‘pppp’ and B>3.5,如何通过这个字符串构建cnd?cnd.and(where+" and 1","=","1");我看论坛上有人说这么写
Cnd cnd = Cnd.where(new Static(查询条件字符串));
但是,前端传查询条件?这也太危险了