select id,
tj_num,
pro_id,
pro_name,
consumables_id,
consumables_name,
price,
company,
count,
create_by,
create_time,
update_by,
update_time,
deleted
from tj_charging_standard
insert into tj_charging_standard
tj_num,
pro_id,
pro_name,
consumables_id,
consumables_name,
price,
company,
count,
create_by,
create_time,
update_by,
update_time,
deleted,
#{tjNum},
#{proId},
#{proName},
#{consumablesId},
#{consumablesName},
#{price},
#{company},
#{count},
#{createBy},
#{createTime},
#{updateBy},
#{updateTime},
#{deleted},
update tj_charging_standard
tj_num = #{tjNum},
pro_id = #{proId},
pro_name = #{proName},
consumables_id = #{consumablesId},
consumables_name = #{consumablesName},
price = #{price},
company = #{company},
count = #{count},
create_by = #{createBy},
create_time = #{createTime},
update_by = #{updateBy},
update_time = #{updateTime},
deleted = #{deleted},
where id = #{id}
delete
from tj_charging_standard
where id = #{id}
delete from tj_charging_standard where id in
#{id}