|
|
@@ -87,7 +87,9 @@ public class dispatchItems extends Controller {
|
|
|
SQLFactory sqlFactory = new SQLFactory(this, "发货商品列表查询", pageSize, pageNumber, pageSorting);
|
|
|
sqlFactory.addParameter_SQL("where", where);
|
|
|
sqlFactory.addParameter("sys_enterpriseid", content.getLongValue("sys_enterpriseid"));
|
|
|
+ sqlFactory.addParameter("sa_dispatchid", content.getLongValue("sa_dispatchid"));
|
|
|
sqlFactory.addParameter("siteid", siteid);
|
|
|
+
|
|
|
Rows rows = dbConnect.runSqlQuery(sqlFactory);
|
|
|
|
|
|
return getSucReturnObject().setData(rows).toString();
|