Ver código fonte

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

张延森 3 anos atrás
pai
commit
955910103e

+ 0
- 1
src/main/resources/mapper/xlk/CustomerSignatoryMapper.xml Ver arquivo

@@ -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}, '%')