select ecid, enerid, coefficient, coefficient2, execdate, opr_man, opr_time, mod_man, mod_time, note from sys_enercoefficient
insert into sys_enercoefficient
ecid,
enerid,
coefficient,
coefficient2,
execdate,
opr_man,
opr_time,
mod_man,
mod_time,
note,
#{ecid},
#{enerid},
#{coefficient},
#{coefficient2},
#{execdate},
#{oprMan},
#{oprTime},
#{modMan},
#{modTime},
#{note},
update sys_enercoefficient
enerid = #{enerid},
coefficient = #{coefficient},
coefficient2 = #{coefficient2},
execdate = #{execdate},
opr_man = #{oprMan},
opr_time = #{oprTime},
mod_man = #{modMan},
mod_time = #{modTime},
note = #{note},
where ecid = #{ecid}
delete from sys_enercoefficient where ecid = #{ecid}
delete from sys_enercoefficient where ecid in
#{ecid}