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