|
|
@@ -142,8 +142,8 @@ public class enterprise extends Controller {
|
|
|
JSONObject whereObject = content.getJSONObject("where");
|
|
|
if (whereObject.containsKey("condition") && !"".equals(whereObject.getString("condition"))) {
|
|
|
where.append(" and(");
|
|
|
- where.append("t1.bank like'%").append(whereObject.getString("condition")).append("%' ");
|
|
|
- where.append("or t1.bankcardno like'%").append(whereObject.getString("condition")).append("%' ");
|
|
|
+ where.append("t1.xncardnoabc like'%").append(whereObject.getString("condition")).append("%' ");
|
|
|
+
|
|
|
where.append(")");
|
|
|
}
|
|
|
}
|