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

出库单下发

parent 08ffcb33
......@@ -95,6 +95,7 @@ public class WMSService {
cs.addKV("CUSTOMER_NAME", outboundOrderDTO.getORDERID());
cs.addKV("CUSTOMER_NO", outboundOrderDTO.getORDERID());
cs.addKV("DELIVERY_DATE", new Timestamp(System.currentTimeMillis()));
cs.addKV("SORT_CODE", "小内燃");
//新增一条记录
this.jdbcRepository.insertBusinessObject(cs);
......
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