소스 검색

Merge remote-tracking branch 'origin/master'

shiqian 3 년 전
부모
커밋
f99e562e32
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      boman-web-core/src/main/resources/mapper/VaccineInfoMapper.xml

+ 1 - 1
boman-web-core/src/main/resources/mapper/VaccineInfoMapper.xml

@@ -303,7 +303,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         select id, user_name ,gender, birthday,age from vaccine_info
         <where>
             is_del = 'N'
-         <if test="idCard != null and idCard != '' ">id_card = #{idCard}</if>
+         <if test="idCard != null and idCard != '' "> and id_card = #{idCard}</if>
         </where>
         limit 1
     </select>