select id, location, start_date, end_date, is_valid, plan_year, submit_year, exam_types from dz_control
insert into dz_control
location,start_date,end_date,is_valid,plan_year,submit_year,exam_types,#{location},#{startDate},#{endDate},#{isValid},#{planYear},#{submitYear},#{examTypes},
update dz_control
location = #{location},start_date = #{startDate},end_date = #{endDate},is_valid = #{isValid},plan_year = #{planYear},submit_year = #{submitYear},exam_types = #{examTypes},
where id = #{id}
delete from dz_control where id = #{id}
delete from dz_control where id in
#{id}