Commit 33fd910625910e2c36cb915c541f2eb2c608cd4c
1 parent
94ef656240
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 3 additions and 0 deletions
platform-biz-service/src/main/resources/mainOrm/master/MasterLis.xml
View file @
33fd910
... | ... | @@ -114,6 +114,9 @@ |
114 | 114 | <if test="(vcCardNo != null and vcCardNo != '') || (sINCard != null and sINCard != '') "> |
115 | 115 | AND VCCARDNO = #{vcCardNo} or VCCARDNO = #{sINCard} |
116 | 116 | </if> |
117 | + <if test="(name != null and name != '') "> | |
118 | + AND name = #{name} | |
119 | + </if> | |
117 | 120 | <if test="vcCardNos != null and vcCardNos.size() !=0 "> |
118 | 121 | AND VCCARDNO IN |
119 | 122 | <foreach collection="vcCardNos" item="vc" |