From 2e5763aa24bf3cadb48ec70d49669c997da26994 Mon Sep 17 00:00:00 2001 From: Lius <Lius2225@163.com> Date: 星期四, 12 十月 2023 11:51:41 +0800 Subject: [PATCH] 大屏设备图片处理 --- lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcEquipmentTypeMapper.xml | 9 --------- 1 files changed, 0 insertions(+), 9 deletions(-) diff --git a/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcEquipmentTypeMapper.xml b/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcEquipmentTypeMapper.xml index 2c2b34d..b86d160 100644 --- a/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcEquipmentTypeMapper.xml +++ b/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcEquipmentTypeMapper.xml @@ -2,13 +2,4 @@ <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> <mapper namespace="org.jeecg.modules.mdc.mapper.MdcEquipmentTypeMapper"> - <!--鏍规嵁璁惧绫诲瀷鍚嶇О鏌ヨ璁惧绫诲瀷鍥剧墖--> - <select id="findEquipmentTypeImage" resultType="java.lang.String"> - SELECT - equipment_type_pictures - FROM - mdc_equipment_type - WHERE - equipment_type_name = #{ equipmentType } AND equipment_type_states = 'Y' - </select> </mapper> \ No newline at end of file -- Gitblit v1.9.3