|
@@ -223,6 +223,7 @@ public class supplyanddemand extends Controller {
|
|
|
where.append(" and t1.fissupply =").append(whereObject.getBooleanValue("fissupply") ? 1 : 0);
|
|
|
}
|
|
|
}
|
|
|
+ sort= "t1.fstatus,t1.tsupplyanddemandid desc";
|
|
|
SQLFactory sqlFactory = new SQLFactory(this, "ÎҵĹ©ÐèÁбí²éѯ", pageSize, pageNumber, sort);
|
|
|
sqlFactory.addParameter("siteid", siteid);
|
|
|
sqlFactory.addParameter("tagentsid", tagentsid);
|