Commit 16dd4b9b607e104abefac6bb2f5d74a169ce2f1c

Authored by 张志伟
1 parent 9f0183f7

:sparkles: 档案查询加上手机号

fw-valhalla-dao/src/main/resources/mapper/CustomerMapper.xml
... ... @@ -151,7 +151,7 @@
151 151 #{id}
152 152 </foreach>
153 153 </if>
154   - <if test="condition.excludeCustomerIds !=nul and condition.excludeCustomerIds.size() != 0">
  154 + <if test="condition.excludeCustomerIds !=null and condition.excludeCustomerIds.size() != 0">
155 155 and t1.id not in
156 156 <foreach collection="condition.excludeCustomerIds" item="id" index="index" open="(" close=")" separator=",">
157 157 #{id}
... ...