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);