luxiaotao1123
2021-06-21 9538400404d7a6a1acb036aa0ce8463400e8f497
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)