|
@@ -254,7 +254,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<select id="findHjInfo" parameterType="VaccineInfoOperation" resultMap="VaccineInfoResult">
|
|
|
select xm as userName,xb as gender,csrq as birthday from hj
|
|
|
<where>
|
|
|
- <if test="idCard != null and idCard != '' ">hzsfhm = #{idCard}</if>
|
|
|
+ <if test="idCard != null and idCard != '' ">zjhm = #{idCard}</if>
|
|
|
</where>
|
|
|
</select>
|
|
|
</mapper>
|