Commit a747d41b authored by tank.li@mushiny.com's avatar tank.li@mushiny.com

WMS_OUTBOUND_ORDERPOSITION.STATE 初始值

parent d9f0281d
......@@ -137,6 +137,7 @@ public class WMSService {
baseBpo.addKV("SKUID",outboundOrderPosition.getSKUID());
baseBpo.addKV("SHIPMENTID",outboundOrderPosition.getSHIPMENTID());
baseBpo.addKV("SHIPMENTPOSITION_ID", cspId);
baseBpo.addKV("STATE", Sql_Table.AVAILABLE);
baseBpo.addKV("WAREHOUSE_ID", CommonUtils.getWarehouse(outboundOrderDTO.getFACTORY()));
baseBpo.addKV("SECTION_ID", CommonUtils.getSection(outboundOrderDTO.getSECTION()));
this.jdbcRepository.insertBusinessObject(baseBpo);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment