|
@@ -205,7 +205,7 @@ public class invbal extends Controller {
|
|
if (content.containsKey("where")) {
|
|
if (content.containsKey("where")) {
|
|
JSONObject whereObject = content.getJSONObject("where");
|
|
JSONObject whereObject = content.getJSONObject("where");
|
|
if (!StringUtils.isBlank(whereObject.getStringValue("agentinfo"))) {
|
|
if (!StringUtils.isBlank(whereObject.getStringValue("agentinfo"))) {
|
|
- // where = where + " and (t6.agentnum like '%" + whereObject.getStringValue("agentinfo") + "%' or t5.enterprisename like '%" + whereObject.getStringValue("agentinfo") + "%') ";
|
|
|
|
|
|
+ where = where + " and (t6.agentnum like '%" + whereObject.getStringValue("agentinfo") + "%' or t5.enterprisename like '%" + whereObject.getStringValue("agentinfo") + "%') ";
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|