| | |
| | | <result column="last_active_time" jdbcType="TIMESTAMP" property="lastActiveTime"/> |
| | | <result column="deleted" jdbcType="BIT" property="deleted"/> |
| | | <result column="wx_open_id" jdbcType="VARCHAR" property="wxOpenId"/> |
| | | <result column="need_update_password" property="needUpdatePassword" typeHandler="com.baomidou.mybatisplus.core.handlers.MybatisEnumTypeHandler"/> |
| | | <result column="last_update_password_time" property="lastUpdatePasswordTime"/> |
| | | </resultMap> |
| | | <sql id="Base_Column_List"> |
| | | id |
| | | , user_uuid, user_name, password, real_name, age, sex, birth_day, user_level, phone, |
| | | role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id |
| | | role, status, image_path, create_time, modify_time, last_active_time, deleted, wx_open_id, |
| | | need_update_password, last_update_password_time |
| | | </sql> |
| | | |
| | | |