From 0b7d47d840d08201cdcef9a19b4950fb06c14c5e Mon Sep 17 00:00:00 2001 From: zhangherong <571457620@qq.com> Date: 星期四, 04 九月 2025 17:30:33 +0800 Subject: [PATCH] art: 上料、报工业务表设计修改 --- 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