lidongdong
2023-08-24 8c0b5b30e5200e7bd45aa34507c3623e17fcce91
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/SysUserMapper.xml
@@ -42,12 +42,17 @@
        <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>
@@ -57,7 +62,7 @@
        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>
@@ -181,7 +186,7 @@
        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>