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()));