自动化立体仓库 - WMS系统
ZY
2024-09-23 a5884be7e6e898ac891f57adf9a69ce0699884d3
src/main/java/com/zy/asrs/controller/LocDetlController.java
@@ -241,7 +241,6 @@
    public R statis(@RequestParam(defaultValue = "1")Integer curr,
                    @RequestParam(defaultValue = "10")Integer limit,
                    @RequestParam Map<String, Object> param) {
        System.out.println(JSONObject.toJSON(param));
        Page<StockStatisDTO> stockStatis = locDetlService.getStockStatis(toPage(curr, limit, param, StockStatisDTO.class));
        return R.ok().add(stockStatis);
    }