Administrator 3 роки тому
батько
коміт
ebf921c20c

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

@@ -252,7 +252,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
+        select xm as user_name,xb as gender,csrq as birthday from hj
         <where>
          <if test="idCard != null and idCard != '' ">zjhm = #{idCard}</if>
         </where>