|
@@ -40,6 +40,9 @@ public class Tinvoiceapply_saler extends Controller {
|
|
|
if (whereObject.containsKey("fenddate") && !"".equals(whereObject.getString("fenddate"))) {
|
|
if (whereObject.containsKey("fenddate") && !"".equals(whereObject.getString("fenddate"))) {
|
|
|
where = where + " and t1.createdate <='" + whereObject.getString("fenddate") + "'";
|
|
where = where + " and t1.createdate <='" + whereObject.getString("fenddate") + "'";
|
|
|
}
|
|
}
|
|
|
|
|
+ if (whereObject.containsKey("fstatus") && !"".equals(whereObject.getString("fstatus"))) {
|
|
|
|
|
+ where = where + " and t1.fstatus ='" + whereObject.getString("fstatus") + "'";
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
DBConnect connect = new DBConnect();
|
|
DBConnect connect = new DBConnect();
|