From 2b9ff0c274a847af41b2f5a04de1b23ed6fbb9bb Mon Sep 17 00:00:00 2001
From: Lius <Lius2225@163.com>
Date: 星期一, 25 八月 2025 15:50:15 +0800
Subject: [PATCH] mdc模块更新

---
 lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/MdcEquipmentMapper.java |   16 ----------------
 1 files changed, 0 insertions(+), 16 deletions(-)

diff --git a/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/MdcEquipmentMapper.java b/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/MdcEquipmentMapper.java
index 06246bc..cef56dd 100644
--- a/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/MdcEquipmentMapper.java
+++ b/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/MdcEquipmentMapper.java
@@ -1,15 +1,12 @@
 package org.jeecg.modules.mdc.mapper;
 
-import com.baomidou.mybatisplus.annotation.InterceptorIgnore;
 import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 import com.baomidou.mybatisplus.core.metadata.IPage;
 import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
 import org.apache.ibatis.annotations.Param;
-import org.apache.ibatis.annotations.Select;
 import org.jeecg.modules.mdc.dto.MdcEquDepDto;
 import org.jeecg.modules.mdc.dto.MdcEquProDto;
 import org.jeecg.modules.mdc.dto.MdcEquipmentDetailedDto;
-import org.jeecg.modules.mdc.dto.MdcEquipmentDto;
 import org.jeecg.modules.mdc.entity.MdcEquipment;
 import org.jeecg.modules.mdc.entity.MdcEquipmentMonitor;
 import org.jeecg.modules.mdc.vo.MdcEquipmentDepVo;
@@ -18,7 +15,6 @@
 import org.jeecg.modules.mdc.vo.WorkshopEquipmentVo;
 
 import java.util.List;
-import java.util.Map;
 
 /**
  * @Description: 璁惧琛�
@@ -99,24 +95,12 @@
      */
     IPage<MdcEquipment> pageList(Page<MdcEquipment> page, @Param("mdcEquipment") MdcEquipmentVo mdcEquipment);
 
-    @InterceptorIgnore(tenantLine = "1")
-    @Select("select TOP 1 CollectTime ${columns} from [${tableName}] order by CollectTime desc")
-    Map<String, Object> getWorkLineLast(Map<String, Object> param);
-
     /**
      * 瀵煎嚭list
      * @param mdcEquipment
      * @return
      */
     List<MdcEquipment> exportXlsList(@Param("mdcEquipment") MdcEquipmentVo mdcEquipment);
-
-    /**
-     * 鏌ヨ鍗曡〃鏁版嵁
-     * @param tableName
-     * @return
-     */
-    @InterceptorIgnore(tenantLine = "1")
-    MdcEquipmentDto findWorkLineLast(@Param("tableName") String tableName);
 
     /**
      * 鏍规嵁id鑾峰彇璁惧淇℃伅

--
Gitblit v1.9.3