`user_id`,`account`,`password`,`openid`,`session_key`,`unionid`,`phone`,`nick_name`,`name`,play_pwd, `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`,love_integral UPDATE sys_user u SET u.continuous_landing_days = IF ( DATE_FORMAT( u.last_login_time, '%m-%d-%Y' )= DATE_FORMAT( SYSDATE(), '%m-%d-%Y' ), u.continuous_landing_days + 1, 0) update sys_user set status = #{gridMemberEditDTO.status} where user_id in #{item} update com_pb_service_team u set u.phone=#{newphone},is_reg=1 where u.phone=#{oldphone} delete from com_shop_store where delete_status = 1 and phone = #{phone} update sys_user set card_photo_front = #{userArchivesVO.cardPhotoFront} , card_photo_back = #{userArchivesVO.cardPhotoBack} ,family_book = #{userArchivesVO.familyBook} ,job = #{userArchivesVO.job} where user_id = #{userArchivesVO.userId} delete from event_grid_member_building_relation where grid_member_id = #{gridMemberId} update com_shop_store set sys_user_id = #{sysUserId} where phone = #{phone} update com_pb_member set user_id = #{userId} where audit_result = 1 and id_card = #{idCard} update sys_user set tags = #{sysUserDO.tags} where user_id = #{sysUserDO.userId} update com_pb_member_role u set u.phone=#{newphone},is_reg=1 where u.phone=#{oldphone} update sys_user set password = #{gridMemberDTO.password} where user_id in #{item} update sys_user set nick_name=null ,community_id=null,area_id=null where user_id=#{userId} update lc_compare_code_member set local_grid_member_id = #{userId},grid_member_name = #{userName} where id = #{lcMemberId} update sys_user set face_state=null where user_id=#{userId} delete from lc_compare_code_member where local_grid_member_id = #{gridMemberId} update com_pb_service_team set is_reg = 1 where phone = #{phone}