select id, begin_date, end_date, create_by, create_time, update_by, update_time, remark from electricity_price_date
insert into electricity_price_date
id,begin_date,end_date,create_by,create_time,update_by,update_time,remark,#{id},#{beginDate},#{endDate},#{createBy},#{createTime},#{updateBy},#{updateTime},#{remark},
update electricity_price_date
begin_date = #{beginDate},end_date = #{endDate},create_by = #{createBy},create_time = #{createTime},update_by = #{updateBy},update_time = #{updateTime},remark = #{remark},
where id = #{id}
delete from electricity_price_date where id = #{id}
delete from electricity_price_date where id in
#{id}