luxiaotao1123
2021-06-18 e4ea838c20e94dff4fdbb4f82b542a8b5790fa9d
src/main/java/zy/cloud/wms/common/service/erp/ErpService.java
@@ -70,7 +70,7 @@
                detl.setUnit(mat==null?"暂无":mat.getUnit());
                detail.add(detl);
            }
            System.out.println(JSON.toJSONString(uploadBill));
            log.warn(JSON.toJSONString(uploadBill));
            String response = new HttpHandler.Builder()
                    .setUri(ErpScheduler.URI)
                    .setPath(ErpScheduler.UPLOAD_BILL)