自动化立体仓库 - WMS系统
#
luxiaotao1123
2021-06-15 12641990d05ca29ff9915d7ffe74b9ab27319a17
#
1个文件已修改
4 ■■■■ 已修改文件
src/main/java/com/zy/common/service/ErpService.java 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/common/service/ErpService.java
@@ -27,7 +27,7 @@
    @Value("${erp.url}")
    private String url;
    public static final String UPLOAD_BILL = "cM/basis/uploadBill";
    @Autowired
@@ -64,7 +64,7 @@
                detl.setUnit(mat==null?"暂无":"箱");
                detail.add(detl);
            }
            System.out.println(JSON.toJSONString(uploadBill));
            log.warn(JSON.toJSONString(uploadBill));
            String response = new HttpHandler.Builder()
                    .setUri(url)
                    .setPath(UPLOAD_BILL)