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