| | |
| | | <result property="plaintextPassword" column="plaintext_password"/> |
| | | <result property="streetId" column="street_id"/> |
| | | <result property="relationName" column="relation_name"/> |
| | | <result property="loveIntegral" column="love_integral"/> |
| | | </resultMap> |
| | | |
| | | <!--查询单个--> |
| | | <select id="queryById" resultMap="SysUserMap"> |
| | | select |
| | | user_id, account, password, openid, session_key, unionid, phone, nick_name, name, community_id, sex, id_card, birthday, image_url, type, job, is_volunteer, is_partymember, status, create_at, last_login_time, tags, family_id, face_url, face_state, reject_reson, area_id, card_photo_front, card_photo_back, family_book, continuous_landing_days, is_tips, work_status, work_start_time, work_end_time, big_age_tips, plaintext_password |
| | | user_id, account, password, openid, session_key, unionid, phone, nick_name, name, |
| | | community_id, sex, id_card, birthday, image_url, type, job, is_volunteer, is_partymember, |
| | | status, create_at, last_login_time, tags, family_id, face_url, face_state, reject_reson, |
| | | area_id, card_photo_front, card_photo_back, family_book, continuous_landing_days, is_tips, |
| | | work_status, work_start_time, work_end_time, big_age_tips, plaintext_password,love_integral |
| | | from sys_user |
| | | where user_id = #{userId} |
| | | </select> |
| | |
| | | select |
| | | user_id, account, password, openid, session_key, unionid, phone, nick_name, name, community_id, sex, id_card, |
| | | birthday, image_url, type, job, is_volunteer, is_partymember, status, create_at, last_login_time, tags, |
| | | family_id, face_url, face_state, reject_reson, area_id, card_photo_front, card_photo_back, family_book, |
| | | family_id, face_url, face_state, reject_reson, area_id, card_photo_front, card_photo_back, family_book,love_integral, |
| | | continuous_landing_days, is_tips, work_status, work_start_time, work_end_time, big_age_tips, plaintext_password |
| | | from sys_user |
| | | <where> |
| | |
| | | select |
| | | user_id, account, password, openid, session_key, unionid, phone, nick_name, name, community_id, sex, id_card, |
| | | birthday, image_url, type, job, is_volunteer, is_partymember, status, create_at, last_login_time, tags, |
| | | family_id, face_url, face_state, reject_reson, area_id, card_photo_front, card_photo_back, family_book, |
| | | family_id, face_url, face_state, reject_reson, area_id, card_photo_front, card_photo_back, family_book,love_integral, |
| | | continuous_landing_days, is_tips, work_status, work_start_time, work_end_time, big_age_tips, plaintext_password |
| | | from sys_user |
| | | <where> |