select id, product_title, demand, remark, product_images, uploader, creat_time,uploadername,phone
from demand_report
insert into demand_report
product_title,
demand,
remark,
product_images,
uploader,
creat_time,
uploadername,
phone,
#{productTitle},
#{demand},
#{remark},
#{productImages},
#{uploader},
#{creatTime},
#{uploadername},
#{phone},
update demand_report
product_title = #{productTitle},
demand = #{demand},
remark = #{remark},
product_images = #{productImages},
uploader = #{uploader},
creat_time = #{creatTime},
uploadername = #{uploadername},
phone = #{phone},
where id = #{id}
delete
from demand_report
where id = #{id}
delete from demand_report where id in
#{id}