| | |
| | | <result column="role_id" property="roleId"/> |
| | | <result column="dept_id" property="deptId"/> |
| | | <result column="post_id" property="postId"/> |
| | | <result column="cardid" property="cardid"/> |
| | | <result column="nativeplace" property="nativeplace"/> |
| | | <result column="nation" property="nation"/> |
| | | <result column="education" property="education"/> |
| | | <result column="politicaloutlook" property="politicaloutlook"/> |
| | | <result column="height" property="height"/> |
| | | <result column="cell" property="cell"/> |
| | | <result column="emails" property="emails"/> |
| | | <result column="address" property="address"/> |
| | | <result column="registered" property="registered"/> |
| | | <result column="rtime" property="rtime"/> |
| | | </resultMap> |
| | | |
| | | <select id="selectUserPage" resultMap="userResultMap"> |