From acf111c53912a96da9d142225a08ac20c6f1f454 Mon Sep 17 00:00:00 2001 From: zhaoxiaohao <913652501@qq.com> Date: Tue, 14 Apr 2020 18:10:29 +0800 Subject: [PATCH] 添加 组织结构的功能 --- kidgrow-business/kidgrow-usercenter/kidgrow-usercenter-biz/src/main/resources/mapper/SysOrganizationMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kidgrow-business/kidgrow-usercenter/kidgrow-usercenter-biz/src/main/resources/mapper/SysOrganizationMapper.xml b/kidgrow-business/kidgrow-usercenter/kidgrow-usercenter-biz/src/main/resources/mapper/SysOrganizationMapper.xml index 6ce2b6d..df3f4fe 100644 --- a/kidgrow-business/kidgrow-usercenter/kidgrow-usercenter-biz/src/main/resources/mapper/SysOrganizationMapper.xml +++ b/kidgrow-business/kidgrow-usercenter/kidgrow-usercenter-biz/src/main/resources/mapper/SysOrganizationMapper.xml @@ -25,7 +25,7 @@ and org_parent_id = #{p.orgParentId} </if> <if test="p.orgName != null and p.orgName !=''"> - and org_name = #{p.orgName} + and org_name like '%${p.orgName}%' </if> <if test="p.orgOrder != null and p.orgOrder !=''"> and org_order = #{p.orgOrder} -- Gitblit v1.8.0