From 218ab860ed4708f6f70a519775c56c9554000fe7 Mon Sep 17 00:00:00 2001
From: lyh <925863403@qq.com>
Date: 星期五, 27 六月 2025 13:42:41 +0800
Subject: [PATCH] 去除多余引用

---
 lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/service/IMdcEquipmentService.java |   37 ++++++++++++++++++++++++++++++++++---
 1 files changed, 34 insertions(+), 3 deletions(-)

diff --git a/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/service/IMdcEquipmentService.java b/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/service/IMdcEquipmentService.java
index aa0caac..ca91607 100644
--- a/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/service/IMdcEquipmentService.java
+++ b/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/service/IMdcEquipmentService.java
@@ -9,6 +9,8 @@
 import org.jeecg.modules.mdc.entity.MdcEquipment;
 import org.jeecg.modules.mdc.entity.MdcEquipmentMonitor;
 import org.jeecg.modules.mdc.model.MdcEquipmentTree;
+import org.jeecg.modules.mdc.vo.MdcEfficiencyReportQueryVo;
+import org.jeecg.modules.mdc.vo.MdcEfficiencyReportShiftQueryVo;
 import org.jeecg.modules.mdc.vo.MdcEquipmentVo;
 import org.jeecg.modules.mdc.vo.WorkshopEquipmentVo;
 
@@ -99,12 +101,12 @@
     /**
      * 鍔犺浇閮ㄩ棬璁惧鏍�
      */
-    List<MdcEquipmentTree> loadTreeListByDepart(String userId);
+    List<MdcEquipmentTree> loadTreeListByDepart(String userId, String key);
 
     /**
      * 鍔犺浇浜х嚎璁惧鏍�
      */
-    List<MdcEquipmentTree> loadTreeListByProduction(String userId);
+    List<MdcEquipmentTree> loadTreeListByProduction(String userId, String key);
 
     /**
      * 璁惧鐩戞帶鍒楄〃
@@ -170,10 +172,39 @@
      */
     IPage<MdcEquipment> getEquipmentByWorkshopId(Page<MdcEquipment> page, WorkshopEquipmentVo workshopEquipmentVo);
 
-    List<String> listEquipmentId(String equipmentType, List<String> equipmentIdList);
+    List<String> listEquipmentId(MdcEfficiencyReportQueryVo vo);
 
     /**
      * 鍒楄〃鏌ヨ
      */
     IPage<MdcEquipment> pageList(Page<MdcEquipment> page, MdcEquipmentVo mdcEquipment, HttpServletRequest req);
+
+    /**
+     * 鐩戞帶璁惧杩愯鍙傛暟浠诲姟
+     */
+    void monitoringSpeedProcess();
+
+    /**
+     * 瀵煎嚭List
+     * @param mdcEquipment
+     * @return
+     */
+    List<MdcEquipment> exportXlsList(MdcEquipmentVo mdcEquipment);
+
+    /**
+     * 閫氳繃杞﹂棿ids鑾峰彇璁惧鏍�
+     * @param ids
+     * @return
+     */
+    List<MdcEquipmentTree> loadTreeListByProductionIds(String ids);
+
+    /**
+     * 鏌ヨ鍗曡〃鏁版嵁
+     * @param tableName
+     * @return
+     */
+    MdcEquipmentDto getWorkLineLast(String tableName);
+
+    List<String> listEquipmentIdShift(MdcEfficiencyReportShiftQueryVo vo);
+
 }

--
Gitblit v1.9.3