From 7a7ccfd74dbdff086d2aabe5117ec1dc6f804d91 Mon Sep 17 00:00:00 2001 From: jiazx0107@163.com <jiazx0107@163.com> Date: 星期三, 31 五月 2023 18:48:41 +0800 Subject: [PATCH] 出入库优化-称重 --- 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