备料重算下游单据最终需求数量更新优化
This commit is contained in:
parent
95272d6827
commit
0f4d3f810c
|
|
@ -46,7 +46,7 @@ public class AfterPickmRecalUpdateBuyingreqRule implements IRule<PMOAggVO> {
|
|||
+map2.get("pk_praybill_b") + "'";
|
||||
dao.executeUpdate(sql);
|
||||
// 꿴璂꽃뭔땐데
|
||||
String ordersql = "select pk_order_b from po_order_b where csourcebid ='" + plo.get("cpoid") + "' and dr = 0";
|
||||
String ordersql = "select pk_order_b from po_order_b where csourcebid ='" + map2.get("pk_praybill_b") + "' and dr = 0";
|
||||
List<Map<String,Object>> orders = (List<Map<String,Object>>) dao.executeQuery(ordersql, new MapListProcessor());
|
||||
for (Map<String,Object> order : orders) {
|
||||
// 뫘劤꽃뭔땐데
|
||||
|
|
|
|||
Loading…
Reference in New Issue