select id, code, type, grade, value, national_num, create_by, create_time, update_by, update_time, remark from energy_benchmark_manage
insert into energy_benchmark_manage
id,
code,
type,
grade,
value,
national_num,
create_by,
create_time,
update_by,
update_time,
remark,
#{id},
#{code},
#{type},
#{grade},
#{value},
#{nationalNum},
#{createBy},
#{createTime},
#{updateBy},
#{updateTime},
#{remark},
update energy_benchmark_manage
code = #{code},
type = #{type},
grade = #{grade},
value = #{value},
national_num = #{nationalNum},
create_by = #{createBy},
create_time = #{createTime},
update_by = #{updateBy},
update_time = #{updateTime},
remark = #{remark},
where id = #{id}
delete from energy_benchmark_manage where id = #{id}
delete from energy_benchmark_manage where id in
#{id}