|
@@ -6,7 +6,7 @@
|
|
|
-->
|
|
|
<mapper namespace="com.keao.edu.user.dao.StudentDao">
|
|
|
|
|
|
- <resultMap type="com.keao.edu.user.api.entity.Student" id="Student">
|
|
|
+ <resultMap type="com.keao.edu.user.api.entity.Student" id="Student" extends="com.keao.edu.user.dao.SysUserDao.SysUser">
|
|
|
<result column="user_id_" property="userId" />
|
|
|
<result column="certificate_photo_" property="certificatePhoto" />
|
|
|
<result column="create_time_" property="createTime" />
|