select id, project_id, dept_id, image_file, standard_desc, ord, standard_type, is_del, create_by, create_time, update_by, update_time from sur_project_standard
insert into sur_project_standard
project_id,
dept_id,
image_file,
standard_desc,
ord,
standard_type,
is_del,
create_by,
create_time,
update_by,
update_time,
#{projectId},
#{deptId},
#{imageFile},
#{standardDesc},
#{ord},
#{standardType},
#{isDel},
#{createBy},
#{createTime},
#{updateBy},
#{updateTime},
update sur_project_standard
project_id = #{projectId},
dept_id = #{deptId},
image_file = #{imageFile},
standard_desc = #{standardDesc},
ord = #{ord},
standard_type = #{standardType},
is_del = #{isDel},
create_by = #{createBy},
create_time = #{createTime},
update_by = #{updateBy},
update_time = #{updateTime},
where id = #{id}
delete from sur_project_standard where id = #{id}
delete from sur_project_standard where id in
#{id}