From db1a8cd3c7d8423f39bb2bf47bc908d78e3db622 Mon Sep 17 00:00:00 2001
From: Lius <Lius2225@163.com>
Date: 星期二, 14 十一月 2023 16:00:00 +0800
Subject: [PATCH] 添加时间筛选条件

---
 lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/service/impl/MdcEquipmentTypeServiceImpl.java |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/service/impl/MdcEquipmentTypeServiceImpl.java b/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/service/impl/MdcEquipmentTypeServiceImpl.java
index 5ede40c..db09dd4 100644
--- a/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/service/impl/MdcEquipmentTypeServiceImpl.java
+++ b/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/service/impl/MdcEquipmentTypeServiceImpl.java
@@ -70,13 +70,4 @@
         return this.removeByIds(Arrays.asList(ids.split(",")));
     }
 
-    /**
-     * 鏍规嵁璁惧绫诲瀷鍚嶇О鏌ヨ璁惧绫诲瀷鍥剧墖
-     * @param equipmentType
-     * @return
-     */
-    @Override
-    public String findEquipmentTypeImage(String equipmentType) {
-        return this.baseMapper.findEquipmentTypeImage(equipmentType);
-    }
 }

--
Gitblit v1.9.3