linhw 2024-06-06 14:16:37 +08:00
parent a458ef9048
commit aeb5b7fda8
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</sql>
<sql id="selectAppUserVo">
select id, username, password, nickname, email, phone, address, create_time, update_time, avatar_url, education, school, major, start_time, end_time, experience, company_name, industry, job_time, job_name, job_type, skill_id, job_content, type, sex, birthday, share_resource, is_tech, idea, is_partner, hobby, city, other, is_member, order_id, order_start_time, order_end_time, job_end_time, push_id, check, back_ground_img, province_id, city_id, town_id, hy, jx, jy, is_show_tech, cyfx from app_user
select id, username, password, nickname, email, phone, address, create_time, update_time, avatar_url, education, school, major, start_time, end_time, experience, company_name, industry, job_time, job_name, job_type, skill_id, job_content, type, sex, birthday, share_resource, is_tech, idea, is_partner, hobby, city, other, is_member, order_id, order_start_time, order_end_time, job_end_time, push_id, `check`, back_ground_img, province_id, city_id, town_id, hy, jx, jy, is_show_tech, cyfx from app_user
</sql>
<select id="selectAppUserList" parameterType="AppUser" resultMap="AppUserResult">