From c8cdba0d34f57835a96233a7f0a7eaa35774dd6f Mon Sep 17 00:00:00 2001 From: dougang <78125310@kidgrow.com> Date: Wed, 09 Dec 2020 18:28:06 +0800 Subject: [PATCH] 增加通过关键字查询机构列表 --- kidgrow-business/kidgrow-opration-center/kidgrow-opration-center-biz/src/main/resources/mapper/DataNeedMapper.xml | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/kidgrow-business/kidgrow-opration-center/kidgrow-opration-center-biz/src/main/resources/mapper/DataNeedMapper.xml b/kidgrow-business/kidgrow-opration-center/kidgrow-opration-center-biz/src/main/resources/mapper/DataNeedMapper.xml index d2ef40a..59a3051 100644 --- a/kidgrow-business/kidgrow-opration-center/kidgrow-opration-center-biz/src/main/resources/mapper/DataNeedMapper.xml +++ b/kidgrow-business/kidgrow-opration-center/kidgrow-opration-center-biz/src/main/resources/mapper/DataNeedMapper.xml @@ -11,7 +11,6 @@ <sql id="where"> <where> <!--查询条件自行添加--> - is_del=0 <if test="p.id != null and p.id !=''"> and id = #{p.id} </if> -- Gitblit v1.8.0