zhanghl
2025-04-24 19d0103e41777e6f687fdb337999a058e48eb790
aps-modules/aps-core/src/main/java/com/aps/core/service/impl/ApsPlateProcessShopStatServiceImpl.java
@@ -273,7 +273,6 @@
                    return shopPlanStat;
                })
                .toList();
        // 构建返回结果
        AjaxResult success = AjaxResult.success(shopPlanStats);
        success.put("shopNames", shopList);