yonge 5 년 전
부모
커밋
17d037e28b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      mec-biz/src/main/resources/config/mybatis/StudentRegistrationMapper.xml

+ 1 - 0
mec-biz/src/main/resources/config/mybatis/StudentRegistrationMapper.xml

@@ -57,6 +57,7 @@
         <result column="email_" property="email"/>
         <result column="im_token_" property="imToken"/>
         <result column="id_card_no_" property="idCardNo"/>
+        <result column="real_name_" property="realName"/>
         <result column="wechat_id_" property="wechatId"/>
         <result column="name_" property="name"/>
         <result column="parents_name_" property="parentsName"/>