From 665c0a06d0bca5a22fb42406c465d736f876b04e Mon Sep 17 00:00:00 2001 From: zhaoxiaohao <913652501@qq.com> Date: Fri, 10 Apr 2020 17:53:16 +0800 Subject: [PATCH] 添加公司管理的功能 --- kidgrow-business/kidgrow-usercenter/kidgrow-usercenter-biz/src/main/resources/mapper/SysCompanyMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kidgrow-business/kidgrow-usercenter/kidgrow-usercenter-biz/src/main/resources/mapper/SysCompanyMapper.xml b/kidgrow-business/kidgrow-usercenter/kidgrow-usercenter-biz/src/main/resources/mapper/SysCompanyMapper.xml index 33532fc..0073909 100644 --- a/kidgrow-business/kidgrow-usercenter/kidgrow-usercenter-biz/src/main/resources/mapper/SysCompanyMapper.xml +++ b/kidgrow-business/kidgrow-usercenter/kidgrow-usercenter-biz/src/main/resources/mapper/SysCompanyMapper.xml @@ -19,7 +19,7 @@ and org_id = #{p.orgId} </if> <if test="p.companyName != null and p.companyName !=''"> - and company_name = #{p.companyName} + and company_name like '%${p.companyName}%' </if> <if test="p.companyArea != null and p.companyArea !=''"> and company_area = #{p.companyArea} -- Gitblit v1.8.0