|
|
@@ -56,6 +56,19 @@
|
|
|
</if>
|
|
|
</where>
|
|
|
</select>
|
|
|
+ <select id="getYWYById" resultType="com.jzg.commons.entity.po.SysUserJzgInfo">
|
|
|
+ SELECT id, user_id, name, work_number, status, is_enable, system_code, dept_id,
|
|
|
+ open_id, alipay, approval_opinion, logout_time, head_sculpture, leader_id,
|
|
|
+ referrer_id, manager_id, position_id, operator_code, partner_level, type_attr,
|
|
|
+ factor_verify, address, nations, koseki, birthday, marital_status, politics_status,
|
|
|
+ health, postal_code, email, blood_type, education, school, graduation_time,
|
|
|
+ former_employer, entry_time, agent_qualification_code, emergency_contact_tel,
|
|
|
+ emergency_contact_name, remark, sex, is_computer, speciality, salary, salary_level,
|
|
|
+ live_address, province, city, district, is_delete, is_distribution, distribution_time,
|
|
|
+ bank_card_number, bank_name, last_login_time, create_by, create_time, update_by, update_time
|
|
|
+ FROM sys_user_jzg_info
|
|
|
+ where id = #{id}
|
|
|
+ </select>
|
|
|
<!-- 查询业务员 lipf 2026年4月24日11:22:18 -->
|
|
|
<select id="queryYwy" resultMap="BaseResultMap">
|
|
|
select
|