select id, people_id, z_name, z_weight, z_money, total, food_id, f_name, f_weight, f_money, q_name, q_weight, q_money, createtime, updatetime,peoplename from bdgl_food_shopping
insert into bdgl_food_shopping
people_id,
z_name,
z_weight,
z_money,
total,
food_id,
f_name,
f_weight,
f_money,
q_name,
q_weight,
q_money,
createtime,
updatetime,
peoplename,
#{peopleId},
#{zName},
#{zWeight},
#{zMoney},
#{total},
#{foodId},
#{fName},
#{fWeight},
#{fMoney},
#{qName},
#{qWeight},
#{qMoney},
#{createtime},
#{updatetime},
#{peoplename},
update bdgl_food_shopping
people_id = #{peopleId},
z_name = #{zName},
z_weight = #{zWeight},
z_money = #{zMoney},
total = #{total},
food_id = #{foodId},
f_name = #{fName},
f_weight = #{fWeight},
f_money = #{fMoney},
q_name = #{qName},
q_weight = #{qWeight},
q_money = #{qMoney},
createtime = #{createtime},
updatetime = #{updatetime},
peoplename = #{peoplename},
where id = #{id}
delete from bdgl_food_shopping where id = #{id}
delete from bdgl_food_shopping where id in
#{id}
delete from bdgl_food_shopping where food_id = #{id}