自动化立体仓库 - WMS系统
#
18516761980
2021-08-31 f3d0b8d2219182087dbe9020ef40fe53fa415df1
src/main/java/com/zy/asrs/controller/StatisController.java
@@ -42,7 +42,6 @@
                         @RequestParam(defaultValue = "14")Integer limit,
//                         @RequestParam(required = false)String condition,
                         @RequestParam Map<String, Object> param) {
        System.out.println(param);
        Page<LocDetl> stockStatis = locDetlService.getStockStatis(toPage(curr, limit, param, LocDetl.class));
        for (LocDetl locDetl : stockStatis.getRecords()) {
            MatCode mat = matCodeService.selectOne(new EntityWrapper<MatCode>().eq("mat_no",locDetl.getMatNo()).eq("str8",locDetl.getColor()));