insert into t_warehousebillsitems_elabel
f_g_pid,
f_pid,
f_content,
f_qty,
f_weight,
create_by,
create_time,
update_by,
update_time,
#{fGPid},
#{fPid},
#{fContent},
#{fQty},
#{fWeight},
#{createBy},
#{createTime},
#{updateBy},
#{updateTime},
UPDATE
t_warehousebillsitems_elabel
f_g_pid = #{fGPid},
f_pid = #{fPid},
f_content = #{fContent},
f_qty = #{fQty},
f_weight = #{fWeight},
create_by = #{createBy},
create_time = #{createTime},
update_by = #{updateBy},
update_time = #{updateTime},
WHERE
f_id = #{fId}
delete from t_warehousebillsitems_elabel where f_id = #{id}
delete from t_warehousebillsitems_elabel where f_pid = #{fPid}