|
|
@@ -47,7 +47,7 @@ public class supplyanddemand extends Controller {
|
|
|
where.append(" and t1.fissupply =").append(whereObject.getBooleanValue("fissupply") ? 1 : 0);
|
|
|
}
|
|
|
if (whereObject.containsKey("fstatus") && !"".equals(whereObject.getString("fstatus"))) {
|
|
|
- where.append(" and t1.fstatus ='").append(whereObject.getBooleanValue("fstatus")).append("' ");
|
|
|
+ where.append(" and t1.fstatus ='").append(whereObject.getString("fstatus")).append("' ");
|
|
|
}
|
|
|
}
|
|
|
SQLFactory sqlFactory = new SQLFactory(this, "¹©ÐèÁбí²éѯ", pageSize, pageNumber, sort);
|