#
Junjie
3 天以前 0c5a58771fcf86ad0b562829fbfa440da9392703
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);
        }