王佳豪
2021-06-01 391ea14026d1fe6417d4ce88ebedc6654b6519ad
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)