select id, dept_id, project_id, user_id, exam_title, exam_type, craft_type, craft_post, single_num, multiple_num, estimate_num, user_mark, res_status, use_times, is_del, create_by, create_time, update_by, update_time, remark from bus_exam_user
insert into bus_exam_user
dept_id,
project_id,
user_id,
exam_title,
exam_type,
craft_type,
craft_post,
single_num,
multiple_num,
estimate_num,
user_mark,
res_status,
use_times,
is_del,
create_by,
create_time,
update_by,
update_time,
remark,
#{deptId},
#{projectId},
#{userId},
#{examTitle},
#{examType},
#{craftType},
#{craftPost},
#{singleNum},
#{multipleNum},
#{estimateNum},
#{userMark},
#{resStatus},
#{useTimes},
#{isDel},
#{createBy},
#{createTime},
#{updateBy},
#{updateTime},
#{remark},
update bus_exam_user
dept_id = #{deptId},
project_id = #{projectId},
user_id = #{userId},
exam_title = #{examTitle},
exam_type = #{examType},
craft_type = #{craftType},
craft_post = #{craftPost},
single_num = #{singleNum},
multiple_num = #{multipleNum},
estimate_num = #{estimateNum},
user_mark = #{userMark},
res_status = #{resStatus},
use_times = #{useTimes},
is_del = #{isDel},
create_by = #{createBy},
create_time = #{createTime},
update_by = #{updateBy},
update_time = #{updateTime},
remark = #{remark},
where id = #{id}
delete from bus_exam_user where id = #{id}
delete from bus_exam_user where id in
#{id}