|
|
@@ -143,7 +143,7 @@ public class invbal extends Controller {
|
|
|
where=where+" or 1=1 ";
|
|
|
}
|
|
|
|
|
|
- SQLFactory sqlFactory =new SQLFactory(this,"订单明细未发商品列表");
|
|
|
+ SQLFactory sqlFactory =new SQLFactory(this,"订单明细未发商品列表", pageSize, pageNumber, pageSorting);
|
|
|
sqlFactory.addParameter("siteid", siteid);
|
|
|
sqlFactory.addParameter_SQL("where", where);
|
|
|
Rows rows = dbConnect.runSqlQuery(sqlFactory);
|