Commit cb2697fe417d8715354b116c80041377e8bbcc66
Exists in
master
and in
6 other branches
Merge remote-tracking branch 'origin/master'
Showing 1 changed file
platform-biz-service/src/main/resources/mainOrm/master/MasterLis.xml
View file @
cb2697f
... | ... | @@ -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 |