|
|
@@ -36,7 +36,8 @@ public class ListReqDTO implements Serializable {
|
|
|
JSONObject obj = (JSONObject) jsonArray.get(i);
|
|
|
field = obj.get("field");
|
|
|
operation = obj.get("operation");
|
|
|
- if (null != field && null != operation && !"".equals(field) && !"".equals(operation)) {
|
|
|
+ //
|
|
|
+ if (null != field && null != operation && !"".equals(field) && !"".equals(operation) && !operation.toString().startsWith("customize")) {
|
|
|
fieldSql = new StringBuilder("'{");
|
|
|
fieldSql.append("\"" + field + "\":'");
|
|
|
fieldSql.append(",");
|