ytfl
2025-08-19 1a3f7d044c7ec44b17256ea99a7005e5ad1d9d63
src/main/java/com/zy/asrs/controller/MonitorController.java
@@ -135,7 +135,7 @@
    /**
     * 入库报表 -- 折线图
     */
    @RateLimit(2)
//    @RateLimit(2)
    @GetMapping("/pakin/rep")
    public R monitorPakinRep(){
        // 入库
@@ -200,7 +200,7 @@
    /**
     * 库位使用情况统计
     */
    @RateLimit(60)
//    @RateLimit(60)
    @GetMapping("/loc/rep")
    public R monitorLocRep(){
        List<Map<String, Object>> pie = new ArrayList<>();