Bläddra i källkod

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

张延森 3 år sedan
förälder
incheckning
955910103e
1 ändrade filer med 0 tillägg och 1 borttagningar
  1. 0
    1
      src/main/resources/mapper/xlk/CustomerSignatoryMapper.xml

+ 0
- 1
src/main/resources/mapper/xlk/CustomerSignatoryMapper.xml Visa fil

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