|
|
@@ -413,6 +413,9 @@ public class cashbill extends Controller {
|
|
|
+ " or t1.billno like '%" + whereObject.getString("condition") + "%'"
|
|
|
+ " or t1.remarks like '%" + whereObject.getString("condition") + "%'"
|
|
|
+ " or t4.agentnum like '%" + whereObject.getString("condition") + "%'"
|
|
|
+ + " or t1.class like '%" + whereObject.getString("condition") + "%'"
|
|
|
+ + " or t1.subclass like '%" + whereObject.getString("condition") + "%'"
|
|
|
+ + " or t1.amount like '%" + whereObject.getString("condition") + "%'"
|
|
|
+ ")";
|
|
|
}
|
|
|
if (whereObject.containsKey("status") && !"".equals(whereObject.getString("status"))) {
|
|
|
@@ -474,6 +477,10 @@ public class cashbill extends Controller {
|
|
|
+ " or t2.abbreviation like '%" + whereObject.getString("condition") + "%'"
|
|
|
+ " or t1.billno like '%" + whereObject.getString("condition") + "%'"
|
|
|
+ " or t4.agentnum like '%" + whereObject.getString("condition") + "%'"
|
|
|
+ + " or t1.remarks like '%" + whereObject.getString("condition") + "%'"
|
|
|
+ + " or t1.class like '%" + whereObject.getString("condition") + "%'"
|
|
|
+ + " or t1.subclass like '%" + whereObject.getString("condition") + "%'"
|
|
|
+ + " or t1.amount like '%" + whereObject.getString("condition") + "%'"
|
|
|
+ ")";
|
|
|
}
|
|
|
if (whereObject.containsKey("status") && !"".equals(whereObject.getString("status"))) {
|