zhanghl
2025-04-24 19d0103e41777e6f687fdb337999a058e48eb790
aps-modules/aps-core/src/main/java/com/aps/core/service/impl/ApsPlateProcessShopStatServiceImpl.java
@@ -226,7 +226,6 @@
            }
        } catch (Exception e) {
            log.error("computer error:"+ JSONObject.toJSONString(stat));
            throw new RuntimeException("保存钣金车间统计失败", e);
        }
        return stat;
    }
@@ -274,7 +273,6 @@
                    return shopPlanStat;
                })
                .toList();
        // 构建返回结果
        AjaxResult success = AjaxResult.success(shopPlanStats);
        success.put("shopNames", shopList);