自动化立体仓库 - WMS系统
#
Junjie
2023-10-14 3da358449b7914a5f4a40f856fa4addb7bb6759d
src/main/java/com/zy/asrs/service/impl/OrderServiceImpl.java
@@ -220,7 +220,7 @@
        int code = doHttpRequest(param, "单据审核", url, orderReportPath, null, "127.0.0.1");
        //int code = doHttpRequest(param, "单据审核", "localhost:8080", "/test/report", null, "127.0.0.1");
        if(code == 200){
        if(code == 0){
            order.setSettle(6L);
            this.updateById(order);
        }