Browse Source

epmetuser/icEpidemicSpecialAttention/list身份证号模糊搜索

master
yinzuomei 3 years ago
parent
commit
5ea56541a9
  1. 2
      epmet-user/epmet-user-server/src/main/resources/mapper/IcEpidemicSpecialAttentionDao.xml

2
epmet-user/epmet-user-server/src/main/resources/mapper/IcEpidemicSpecialAttentionDao.xml

@ -92,7 +92,7 @@
<if test='null != mobile and "" != mobile'> <if test='null != mobile and "" != mobile'>
AND a.MOBILE LIKE CONCAT('%',#{mobile},'%') AND a.MOBILE LIKE CONCAT('%',#{mobile},'%')
</if> </if>
<if test='null != mobile and "" != mobile'> <if test='null != idCard and "" != idCard'>
AND a.ID_CARD LIKE CONCAT('%',#{idCard},'%') AND a.ID_CARD LIKE CONCAT('%',#{idCard},'%')
</if> </if>
<if test='null != villageId and "" != villageId'> <if test='null != villageId and "" != villageId'>

Loading…
Cancel
Save