From be3aa0812cb43be7484e162b4fece5344e9eb5c8 Mon Sep 17 00:00:00 2001 From: qushaowei <qushaowei@163.com> Date: 星期四, 14 三月 2024 11:12:43 +0800 Subject: [PATCH] Merge branch 'master' of http://117.34.109.166:18448/r/mdc_430 into develop --- 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