select inspect_standard_id, standard_code, standard_name, inspect_objective, inspect_project_id, inspect_item_count, is_flag, remark, create_by, create_time, update_by, update_time from dms_base_inspect_standard
insert into dms_base_inspect_standard
standard_code,
standard_name,
inspect_objective,
inspect_project_id,
inspect_item_count,
is_flag,
remark,
create_by,
create_time,
update_by,
update_time,
#{standardCode},
#{standardName},
#{inspectObjective},
#{inspectProjectId},
#{inspectItemCount},
#{isFlag},
#{remark},
#{createBy},
#{createTime},
#{updateBy},
#{updateTime},
update dms_base_inspect_standard
standard_code = #{standardCode},
standard_name = #{standardName},
inspect_objective = #{inspectObjective},
inspect_project_id = #{inspectProjectId},
inspect_item_count = #{inspectItemCount},
is_flag = #{isFlag},
remark = #{remark},
create_by = #{createBy},
create_time = #{createTime},
update_by = #{updateBy},
update_time = #{updateTime},
where inspect_standard_id = #{inspectStandardId}
delete from dms_base_inspect_standard where inspect_standard_id = #{inspectStandardId}
delete from dms_base_inspect_standard where inspect_standard_id in
#{inspectStandardId}