Commit 57858b36 authored by Jie Wang's avatar Jie Wang

入库增加状态

parent 89a5dbc6
......@@ -147,6 +147,7 @@ public class WMSService {
baseBpo.setTable(Sql_Table.WMS_OUTBOUND_ORDER);
baseBpo.setIdName("ORDERID");
baseBpo.addKV("TIMES",outboundOrderDTO.getTIMES());
baseBpo.addKV("STATE", Sql_Table.AVAILABLE);
baseBpo.addKV("WAREHOUSE_ID",CommonUtils.getWarehouse(outboundOrderDTO.getFACTORY()));
baseBpo.addKV("SECTION_ID",CommonUtils.getSection(outboundOrderDTO.getSECTION()));
baseBpo.addKV("ORDERID",outboundOrderDTO.getORDERID());
......
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