|
|
@@ -54,6 +54,7 @@ public class dispatchItems extends Controller {
|
|
|
// String hrid = content.getString("hrid");
|
|
|
SQLFactory sqlFactory = new SQLFactory(this, "审核订单列表查询", pageSize, pageNumber, pageSorting);
|
|
|
sqlFactory.addParameter_SQL("where", where);
|
|
|
+ sqlFactory.addParameter("sys_enterpriseid", content.getLong("sys_enterpriseid"));
|
|
|
sqlFactory.addParameter("siteid", siteid);
|
|
|
Rows rows = dbConnect.runSqlQuery(sqlFactory);
|
|
|
|