| src/main/java/com/zy/asrs/controller/OpenController.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| src/main/resources/docs/WCS外部HTTP API接口V1.0.docx | 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/java/com/zy/asrs/controller/OpenController.java
@@ -173,7 +173,7 @@ HashMap<String, Object> map = new HashMap<>(); map.put("locNo", locMast.getLocNo()); map.put("locSts", locMast.getLocSts()); map.put("barcode", locMast.getBarcode()); return R.ok().add(map); } @@ -190,6 +190,7 @@ HashMap<String, Object> map = new HashMap<>(); map.put("locNo", locMast.getLocNo()); map.put("locSts", locMast.getLocSts()); map.put("barcode", locMast.getBarcode()); list.add(map); } src/main/resources/docs/WCS外部HTTP API接口V1.0.docxBinary files differ