select id, user_id, user_name, organization_id, organization_name, dept_id, dept_name, pass,enable,iPrivilege, create_time, update_time, create_by, update_by, sort, del_flag, expand_status, expand_status1 from mj_work_user
insert into mj_work_user
id,
user_id,
user_name,
organization_id,
organization_name,
dept_id,
dept_name,
pass,
enable,
iPrivilege,
create_time,
update_time,
create_by,
update_by,
sort,
del_flag,
expand_status,
expand_status1,
#{id},
#{userId},
#{userName},
#{organizationId},
#{organizationName},
#{deptId},
#{deptName},
#{pass},
#{enable},
#{iPrivilege},
#{createTime},
#{updateTime},
#{createBy},
#{updateBy},
#{sort},
#{delFlag},
#{expandStatus},
#{expandStatus1},
update mj_work_user
user_id = #{userId},
user_name = #{userName},
organization_id = #{organizationId},
organization_name = #{organizationName},
dept_id = #{deptId},
dept_name = #{deptName},
pass = #{pass},
enable = #{enable},
iPrivilege = #{iPrivilege},
create_time = #{createTime},
update_time = #{updateTime},
create_by = #{createBy},
update_by = #{updateBy},
sort = #{sort},
del_flag = #{delFlag},
expand_status = #{expandStatus},
expand_status1 = #{expandStatus1},
where id = #{id}
delete from mj_work_user where id = #{id}
delete from mj_work_user where id in
#{id}