Commit 6133f9511d30ba66b9f7581f3ca3c01d599d8889
1 parent
fec694c4f5
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 1 additions and 1 deletions
platform-biz-service/src/main/resources/mainOrm/master/MasterLis.xml
View file @
6133f95
... | ... | @@ -225,7 +225,7 @@ |
225 | 225 | AND ID = #{id} |
226 | 226 | </if> |
227 | 227 | |
228 | - <if test="vcCardNos.size() !=0 || phones.size() != 0 "> | |
228 | + <if test="(vcCardNos != null and vcCardNos.size() !=0) || (phones != null and phones.size() != 0) "> | |
229 | 229 | AND ( |
230 | 230 | <if test="vcCardNos.size() !=0 "> |
231 | 231 | VCCARDNO IN |