自动化立体仓库 - WMS系统
skyouc
昨天 816a6d9ad8c5af8d0bda2ceae3a26f1b1cc9320f
src/main/java/com/zy/asrs/task/handler/OrderSyncHandler.java
@@ -292,8 +292,6 @@
                        .setLocation_type(MatLocType.getMatTag(material.getTagId()  + ""))
                        // 上报时,默认上报时间是更新时间
                        .setSj_date(Utils.dateToStr(order.getUpdateTime(), "yyyy-MM-dd HH:mm:ss") )
                        // 上报时,默认上报人是更新人
                        .setSj_emp(order.getUpdateBy$())
                        // 上报时,默认上报数量是订单数量
                        .setPick_qty(detl.getQty().intValue())
                        // 上报时,默认损坏数量是0
@@ -561,6 +559,8 @@
        adjustParams.add(adjustParam);
        XSR response = kopenApiService.reportCheckOrder(adjustParams, order);
        return SUCCESS;
        // TODO Auto-generated method stub