select f_id, f_billno, f_customsdeclartion, f_originalbillno, f_deptid, f_bsdeptid, f_contacts, f_tel, f_corpid, f_tocorpid, f_stltypeid, f_bscorpno, f_warehouseid, f_storekeeper, f_bsdate, f_planqty, f_plangrossweight, f_plannetweight, f_planvolumn, f_qty, f_grossweight, f_netweight, f_volumn, f_trademodeid, f_billingway, f_sbu, f_feetunit, f_mblno, f_vslvoy, f_eta, f_customno, f_ifweigh, f_ifpledge, f_ifdamage, f_bankcorpid, f_billtype, f_billstatus, del_flag, create_by, create_time, update_by, update_time, remark from t_warehousebills insert into t_warehousebills f_billno, f_customsdeclartion, f_originalbillno, f_deptid, f_bsdeptid, f_contacts, f_tel, f_corpid, f_tocorpid, f_stltypeid, f_bscorpno, f_warehouseid, f_storekeeper, f_bsdate, f_planqty, f_plangrossweight, f_plannetweight, f_planvolumn, f_qty, f_grossweight, f_netweight, f_volumn, f_trademodeid, f_billingway, f_sbu, f_feetunit, f_mblno, f_vslvoy, f_eta, f_customno, f_ifweigh, f_ifpledge, f_ifdamage, f_bankcorpid, f_billtype, f_billstatus, del_flag, create_by, create_time, update_by, update_time, remark, #{fBillno}, #{fCustomsdeclartion}, #{fOriginalbillno}, #{fDeptid}, #{fBsdeptid}, #{fContacts}, #{fTel}, #{fCorpid}, #{fTocorpid}, #{fStltypeid}, #{fBscorpno}, #{fWarehouseid}, #{fStorekeeper}, #{fBsdate}, #{fPlanqty}, #{fPlangrossweight}, #{fPlannetweight}, #{fPlanvolumn}, #{fQty}, #{fGrossweight}, #{fNetweight}, #{fVolumn}, #{fTrademodeid}, #{fBillingway}, #{fSbu}, #{fFeetunit}, #{fMblno}, #{fVslvoy}, #{fEta}, #{fCustomno}, #{fIfweigh}, #{fIfpledge}, #{fIfdamage}, #{fBankcorpid}, #{fBilltype}, #{fBillstatus}, #{delFlag}, #{createBy}, #{createTime}, #{updateBy}, #{updateTime}, #{remark}, update t_warehousebills f_billno = #{fBillno}, f_customsdeclartion = #{fCustomsdeclartion}, f_originalbillno = #{fOriginalbillno}, f_deptid = #{fDeptid}, f_bsdeptid = #{fBsdeptid}, f_contacts = #{fContacts}, f_tel = #{fTel}, f_corpid = #{fCorpid}, f_tocorpid = #{fTocorpid}, f_stltypeid = #{fStltypeid}, f_bscorpno = #{fBscorpno}, f_warehouseid = #{fWarehouseid}, f_storekeeper = #{fStorekeeper}, f_bsdate = #{fBsdate}, f_planqty = #{fPlanqty}, f_plangrossweight = #{fPlangrossweight}, f_plannetweight = #{fPlannetweight}, f_planvolumn = #{fPlanvolumn}, f_qty = #{fQty}, f_grossweight = #{fGrossweight}, f_netweight = #{fNetweight}, f_volumn = #{fVolumn}, f_trademodeid = #{fTrademodeid}, f_billingway = #{fBillingway}, f_sbu = #{fSbu}, f_feetunit = #{fFeetunit}, f_mblno = #{fMblno}, f_vslvoy = #{fVslvoy}, f_eta = #{fEta}, f_customno = #{fCustomno}, f_ifweigh = #{fIfweigh}, f_ifpledge = #{fIfpledge}, f_ifdamage = #{fIfdamage}, f_bankcorpid = #{fBankcorpid}, f_billtype = #{fBilltype}, f_billstatus = #{fBillstatus}, del_flag = #{delFlag}, create_by = #{createBy}, create_time = #{createTime}, update_by = #{updateBy}, update_time = #{updateTime}, remark = #{remark}, where f_id = #{fId} delete from t_warehousebills where f_id = #{fId} delete from t_warehousebills where f_id in #{fId}