From ae1421357a774c4f62764ccade6a502f7ce1d877 Mon Sep 17 00:00:00 2001 From: lixiangyu <lixiangyu@xalxzn.com> Date: 星期五, 15 八月 2025 17:55:46 +0800 Subject: [PATCH] (cfeatms): 为 CuttingToolMapper 添加 remark 字段的查询- 在 CuttingToolMapper.xml 文件中添加了 remark 字段的查询- 此修改增加了对刀具备注信息的获取功能 --- src/main/java/org/jeecg/modules/mdc/service/MdcEfficiencyReportService.java | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/main/java/org/jeecg/modules/mdc/service/MdcEfficiencyReportService.java b/src/main/java/org/jeecg/modules/mdc/service/MdcEfficiencyReportService.java index 8d05858..c0a7294 100644 --- a/src/main/java/org/jeecg/modules/mdc/service/MdcEfficiencyReportService.java +++ b/src/main/java/org/jeecg/modules/mdc/service/MdcEfficiencyReportService.java @@ -105,11 +105,11 @@ */ List<BigDecimal> getEfficiencyRate(String equipmentId, String date); - Map<String, Object> equipmentEfficiencyAnalyze(String userId, EquEffVo equEffVo); - - Map<String, Object> teamEquipmentEfficiencyAnalyze(String userId, EquEffVo equEffVo); - - Map<String, Object> teamEfficiencyAnalyzeByMonth(String userId, EquEffVo equEffVo); - - Map<String, Object> comprehensiveRateAnalyze(String userId, EquEffVo vo); +// Map<String, Object> equipmentEfficiencyAnalyze(String userId, EquEffVo equEffVo); +// +// Map<String, Object> teamEquipmentEfficiencyAnalyze(String userId, EquEffVo equEffVo); +// +// Map<String, Object> teamEfficiencyAnalyzeByMonth(String userId, EquEffVo equEffVo); +// +// Map<String, Object> comprehensiveRateAnalyze(String userId, EquEffVo vo); } -- Gitblit v1.9.3