Administrator 3 سال پیش
والد
کامیت
ebf921c20c
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

@@ -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>