|
|
@@ -626,7 +626,7 @@ public class OrderItems extends Controller {
|
|
|
ArrayList<Long> ids = rows.toArrayList("itemid", new ArrayList<>());
|
|
|
RowsMap rowsMap = rows.toRowsMap("itemno");
|
|
|
|
|
|
- SQLFactory sqlFactory1 = new SQLFactory(this, "商品发货数量汇总");
|
|
|
+ SQLFactory sqlFactory1 = new SQLFactory(this, "订单明细发货数量汇总");
|
|
|
sqlFactory1.addParameter("siteid", siteid);
|
|
|
Rows sumQtyRows = dbConnect.runSqlQuery(sqlFactory1);
|
|
|
RowsMap sumQtyRowsMap = sumQtyRows.toRowsMap("sa_orderitemsid");
|