浏览代码

Merge branch 'develop' of http://git.ycjcjy.com/marketing/services into develop

张延森 3 年前
父节点
当前提交
955910103e
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0
    1
      src/main/resources/mapper/xlk/CustomerSignatoryMapper.xml

+ 0
- 1
src/main/resources/mapper/xlk/CustomerSignatoryMapper.xml 查看文件

@@ -36,7 +36,6 @@
36 36
         t.org_id = #{orgId}
37 37
         <if test="buildingId != null and buildingId != ''">
38 38
             and t.building_id = #{buildingId}
39
-            and p.nickname like concat('%', #{params.nickname}, '%')
40 39
         </if>
41 40
         <if test="name != null and name != ''">
42 41
             and c.name like concat('%', #{name}, '%')