From ae2c433ecf08e10d55488320e5db0936ca323710 Mon Sep 17 00:00:00 2001 From: czt <czt18638530771@163.com> Date: 星期三, 31 五月 2023 20:44:21 +0800 Subject: [PATCH] 扦样提交3 --- igds-core/src/main/resources/mapper/DicDataMapper.xml | 19 ------------------- 1 files changed, 0 insertions(+), 19 deletions(-) diff --git a/igds-core/src/main/resources/mapper/DicDataMapper.xml b/igds-core/src/main/resources/mapper/DicDataMapper.xml index ab80ed6..9b2d443 100644 --- a/igds-core/src/main/resources/mapper/DicDataMapper.xml +++ b/igds-core/src/main/resources/mapper/DicDataMapper.xml @@ -84,23 +84,4 @@ </where> </select> - - <select id="pageFoodLocataion" resultType="com.ld.igds.models.DicFoodOrigin" parameterType="com.ld.igds.data.BaseParam"> - select - ID_ as id, - CODE_ as code, - NAME_ as name, - SIMPLE_ as simple, - SORT_ as SORT_, - DISABLED_TAG_ as disabledTag - from - D_DIC_FOOD_ORIGIN - - <where> - DISABLED_TAG_ ='N' - <if test="param.key != null and ''!= param.key">AND (CODE_ like #{param.key} OR NAME_ like #{param.key} OR SIMPLE_ like #{param.key} )</if> - </where> - - order by SORT_ - </select> </mapper> \ No newline at end of file -- Gitblit v1.9.3