select f_id,
f_billtype,
f_corpid,
pol_id,
pod_id,
f_validdate,
f_date_changed,
f_billstatus,
del_flag,
create_by,
create_time,
update_by,
update_time,
remarks,
f_lineid,
f_bookagentid
from t_seaprice
insert into t_seaprice
f_billtype,
f_corpid,
pol_id,
pod_id,
f_validdate,
f_date_changed,
f_billstatus,
del_flag,
create_by,
create_time,
update_by,
update_time,
remarks,
f_lineid,
f_bookagentid,
#{fBilltype},
#{fCorpid},
#{polId},
#{podId},
#{fValiddate},
#{fDateChanged},
#{fBillstatus},
#{delFlag},
#{createBy},
#{createTime},
#{updateBy},
#{updateTime},
#{remarks},
#{fLineid},
#{fBookagentid},
update t_seaprice
f_billtype = #{fBilltype},
f_corpid = #{fCorpid},
pol_id = #{polId},
pod_id = #{podId},
f_validdate = #{fValiddate},
f_billstatus = #{fBillstatus},
f_date_changed = #{fDateChanged},
del_flag = #{delFlag},
create_by = #{createBy},
create_time = #{createTime},
update_by = #{updateBy},
update_time = #{updateTime},
remarks = #{remarks},
f_lineid = #{fLineid},
f_bookagentid = #{fBookagentid},
where f_id = #{fId}
delete
from t_seaprice
where f_id = #{fId}
delete from t_seaprice where f_id in
#{fId}