自动化立体仓库 - WMS系统
lty
2025-05-11 c6fae49294b74658ce258d7dbb8442124e54fef5
src/main/java/com/zy/asrs/controller/LocDetlController.java
@@ -241,7 +241,7 @@
    public R statis(@RequestParam(defaultValue = "1")Integer curr,
                    @RequestParam(defaultValue = "10")Integer limit,
                    @RequestParam Map<String, Object> param) {
        Page<StockStatisDTO> stockStatis = locDetlService.getStockStatis(toPage(curr, limit, param, StockStatisDTO.class));
        Page<LocDetl> stockStatis = locDetlService.getStockStatis(toPage(curr, limit, param, LocDetl.class));
        return R.ok().add(stockStatis);
    }