123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537 |
- <?xml version="1.0" encoding="UTF-8" ?>
- <!DOCTYPE mapper
- PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
- "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
- <mapper namespace="com.ruoyi.warehouseBusiness.mapper.TWarehouseBillsMapper">
- <resultMap type="TWarehousebills" id="TWarehousebillsResult">
- <result property="fId" column="f_id" />
- <result property="fBillno" column="f_billno" />
- <result property="fCustomsdeclartion" column="f_customsdeclartion" />
- <result property="fOriginalbillno" column="f_originalbillno" />
- <result property="fDeptid" column="f_deptid" />
- <result property="fBsdeptid" column="f_bsdeptid" />
- <result property="fContacts" column="f_contacts" />
- <result property="fTel" column="f_tel" />
- <result property="fCorpid" column="f_corpid" />
- <result property="fTocorpid" column="f_tocorpid" />
- <result property="fStltypeid" column="f_stltypeid" />
- <result property="fBscorpno" column="f_bscorpno" />
- <result property="fWarehouseid" column="f_warehouseid" />
- <result property="fStorekeeper" column="f_storekeeper" />
- <result property="fChargedate" column="f_chargedate" />
- <result property="fBsdate" column="f_bsdate" />
- <result property="fPlanqty" column="f_planqty" />
- <result property="fPlangrossweight" column="f_plangrossweight" />
- <result property="fPlannetweight" column="f_plannetweight" />
- <result property="fPlanvolumn" column="f_planvolumn" />
- <result property="fQty" column="f_qty" />
- <result property="fGrossweight" column="f_grossweight" />
- <result property="fNetweight" column="f_netweight" />
- <result property="fVolumn" column="f_volumn" />
- <result property="fTrademodeid" column="f_trademodeid" />
- <result property="fBillingway" column="f_billingway" />
- <result property="fSbu" column="f_sbu" />
- <result property="fFeetunit" column="f_feetunit" />
- <result property="fMblno" column="f_mblno" />
- <result property="fVslvoy" column="f_vslvoy" />
- <result property="fMarks" column="f_marks" />
- <result property="fEta" column="f_eta" />
- <result property="fCustomno" column="f_customno" />
- <result property="fIfweigh" column="f_ifweigh" />
- <result property="fIfpledge" column="f_ifpledge" />
- <result property="fIfdamage" column="f_ifdamage" />
- <result property="fBankcorpid" column="f_bankcorpid" />
- <result property="fBilltype" column="f_billtype" />
- <result property="fBillstatus" column="f_billstatus" />
- <result property="delFlag" column="del_flag" />
- <result property="createBy" column="create_by" />
- <result property="createTime" column="create_time" />
- <result property="fItemsStatus" column="f_items_status" />
- <result property="updateBy" column="update_by" />
- <result property="updateTime" column="update_time" />
- <result property="remark" column="remark" />
- <result property="fBillingDeadline" column="f_billing_deadline" />
- <result property="fProductName" column="f_product_name" />
- <result property="fReviewDate" column="f_review_date" />
- <result property="fTruckno" column="f_truckno" />
- <result property="fDriverName" column="f_driver_name" />
- <result property="fDriverTel" column="f_driver_tel" />
- <result property="fDriverIdCar" column="f_driver_id_car" />
- <result property="fBusinessType" column="f_business_type" />
- <result property="fLabour" column="f_labour" />
- <result property="fFleet" column="f_fleet" />
- <result property="fInwarehouseid" column="f_inwarehouseid" />
- </resultMap>
- <sql id="selectTWarehousebillsVo">
- 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_chargedate, 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_inwarehouseid, f_marks, f_eta, f_customno, f_ifweigh, f_ifpledge,
- f_ifdamage, f_bankcorpid, f_billtype, f_billstatus, del_flag, create_by, create_time,
- f_items_status, update_by, update_time, remark, f_billing_deadline, f_product_name,
- f_review_date, f_truckno, f_driver_name, f_driver_tel, f_driver_id_car, f_business_type,f_labour,f_fleet from t_warehousebills
- </sql>
- <select id="selectTWarehousebillsList" parameterType="TWarehousebills" resultMap="TWarehousebillsResult">
- select
- ware.*
- from
- t_warehousebills ware
- left join sys_user u on ware.create_by = u.user_name
- left join sys_dept d on ware.f_bsdeptid = d.dept_id
- <where>
- <if test="fBillno != null and fBillno != ''">and f_billno = #{fBillno}</if>
- <if test="fCustomsdeclartion != null and fCustomsdeclartion != ''">and f_customsdeclartion =
- #{fCustomsdeclartion}
- </if>
- <if test="fOriginalbillno != null and fOriginalbillno != ''">and f_originalbillno = #{fOriginalbillno}</if>
- <if test="fDeptid != null ">and f_deptid = #{fDeptid}</if>
- <if test="fBsdeptid != null ">and f_bsdeptid = #{fBsdeptid}</if>
- <if test="fInwarehouseid != null ">and f_inwarehouseid = #{fInwarehouseid}</if>
- <if test="fContacts != null and fContacts != ''">and f_contacts = #{fContacts}</if>
- <if test="fTel != null and fTel != ''">and f_tel = #{fTel}</if>
- <if test="fCorpid != null ">and f_corpid = #{fCorpid}</if>
- <if test="fTocorpid != null ">and f_tocorpid = #{fTocorpid}</if>
- <if test="fChargedate != null ">and f_chargedate = #{fChargedate}</if>
- <if test='timeInterval != null and timeInterval[0] != null and timeInterval[0]!= ""'>
- and f_bsdate >= #{timeInterval[0]}
- </if>
- <if test='timeInterval != null and timeInterval[1] != null and timeInterval[1]!= ""'>
- and f_bsdate <= #{timeInterval[1]}
- </if>
- <if test="fStltypeid != null ">and f_stltypeid = #{fStltypeid}</if>
- <if test="fBscorpno != null and fBscorpno != ''">and f_bscorpno = #{fBscorpno}</if>
- <if test="fWarehouseid != null ">and f_warehouseid = #{fWarehouseid}</if>
- <if test="fStorekeeper != null and fStorekeeper != ''">and f_storekeeper = #{fStorekeeper}</if>
- <if test="fBsdate != null ">and f_bsdate = #{fBsdate}</if>
- <if test="fPlanqty != null ">and f_planqty = #{fPlanqty}</if>
- <if test="fProductName != null and fProductName != ''"> and f_product_name like concat('%', #{fProductName}, '%')</if>
- <if test="fPlangrossweight != null ">and f_plangrossweight = #{fPlangrossweight}</if>
- <if test="fPlannetweight != null ">and f_plannetweight = #{fPlannetweight}</if>
- <if test="fPlanvolumn != null ">and f_planvolumn = #{fPlanvolumn}</if>
- <if test="fQty != null ">and f_qty = #{fQty}</if>
- <if test="fMarks != null and fMarks != ''">and f_marks = #{fMarks}</if>
- <if test="fGrossweight != null ">and f_grossweight = #{fGrossweight}</if>
- <if test="fNetweight != null ">and f_netweight = #{fNetweight}</if>
- <if test="fVolumn != null ">and f_volumn = #{fVolumn}</if>
- <if test="fTrademodeid != null ">and f_trademodeid = #{fTrademodeid}</if>
- <if test="fBillingway != null ">and f_billingway = #{fBillingway}</if>
- <if test="fSbu != null ">and f_sbu = #{fSbu}</if>
- <if test="fFeetunit != null and fFeetunit != ''">and f_feetunit = #{fFeetunit}</if>
- <if test="fMblno != null and fMblno != ''">and f_mblno = #{fMblno}</if>
- <if test="fVslvoy != null and fVslvoy != ''">and f_vslvoy = #{fVslvoy}</if>
- <if test="fEta != null ">and f_eta = #{fEta}</if>
- <if test="fCustomno != null and fCustomno != ''">and f_customno = #{fCustomno}</if>
- <if test="fIfweigh != null and fIfweigh != ''">and f_ifweigh = #{fIfweigh}</if>
- <if test="fIfpledge != null and fIfpledge != ''">and f_ifpledge = #{fIfpledge}</if>
- <if test="fIfdamage != null and fIfdamage != ''">and f_ifdamage = #{fIfdamage}</if>
- <if test="fBankcorpid != null ">and f_bankcorpid = #{fBankcorpid}</if>
- <if test="fBillingDeadline != null "> and f_billing_deadline = #{fBillingDeadline}</if>
- <if test="fBilltype != null and fBilltype != ''">and f_billtype = #{fBilltype}</if>
- <if test="fBillstatus != null and fBillstatus != ''">and f_billstatus = #{fBillstatus}</if>
- </where>
- ${params.dataScope}
- </select>
- <select id="selectWarehouseBusinessList" parameterType="TWarehousebills" resultType="Map">
- SELECT
- DISTINCT
- bill.f_id AS fId,
- corp.f_name AS fCorpid,
- corpTo.f_name AS fTocorpid,
- bill.f_mblno AS fMblno,
- corpSub.f_name AS fSbu,
- bill.f_marks AS fMarks,
- bill.remark AS remark,
- bill.f_planqty AS fPlanqty,
- bill.f_plangrossweight AS fPlangrossweight,
- bill.f_plannetweight AS fPlannetweight,
- bill.f_planvolumn AS fPlanvolumn,
- bill.f_bsdate AS fBsdate,
- bill.f_trademodeid AS fTrademodeid,
- bill.f_truckno AS fTruckno,
- bill.f_driver_name AS fDriverName,
- bill.f_driver_tel AS fDriverTel,
- bill.f_driver_id_car AS fDriverIdCar,
- bill.f_business_type AS fBusinessType,
- ware.f_name AS fWarehouseid,
- bill.f_qty AS fQty,
- bill.f_netweight AS fNetweight,
- bill.create_time AS createTime,
- bill.f_inwarehouseid AS fInwarehouseid,
- bill.create_by AS createBy,
- bill.f_grossweight AS fGrossweight,
- bill.f_product_name AS fProductName,
- bill.f_billing_deadline AS fBillingDeadline,
- bill.f_billstatus AS fBillstatus,
- bill.f_items_status AS fItemsStatus,
- bill.f_billno AS fBillno
- FROM
- t_warehousebills bill
- left join sys_user u on bill.create_by = u.user_name
- left join sys_dept d on bill.f_bsdeptid = d.dept_id
- LEFT JOIN t_corps corp ON corp.f_id = bill.f_corpid
- LEFT JOIN t_corps corpTo ON corpTo.f_id = bill.f_tocorpid
- LEFT JOIN t_corps corpSub ON corpSub.f_id = bill.f_sbu
- LEFT JOIN t_warehouse ware ON ware.f_id = bill.f_warehouseid
- LEFT JOIN t_warehousebillsitems item ON item.f_pid = bill.f_id
- LEFT JOIN t_goods goods ON goods.f_id = item.f_goodsid
- <where>
- <if test="fBillno != null and fBillno != ''">and bill.f_billno like concat('%', #{fBillno}, '%')</if>
- <if test="fCustomsdeclartion != null and fCustomsdeclartion != ''">and bill.f_customsdeclartion =
- #{fCustomsdeclartion}
- </if>
- <if test="fOriginalbillno != null and fOriginalbillno != ''">and bill.f_originalbillno =
- #{fOriginalbillno}
- </if>
- <if test="fDeptid != null ">and bill.f_deptid = #{fDeptid}</if>
- <if test="fInwarehouseid != null ">and bill.f_inwarehouseid = #{fInwarehouseid}</if>
- <if test="fBsdeptid != null ">and bill.f_bsdeptid = #{fBsdeptid}</if>
- <if test="fChargedate != null ">and bill.f_chargedate = #{fChargedate}</if>
- <if test='timeInterval != null and timeInterval[0] != null and timeInterval[0]!= ""'>
- and bill.f_bsdate >= #{timeInterval[0]}
- </if>
- <if test='timeInterval != null and timeInterval[1] != null and timeInterval[1]!= ""'>
- and bill.f_bsdate <= #{timeInterval[1]}
- </if>
- <if test="fGoodsid != null and fGoodsid != ''">and item.f_goodsid = #{fGoodsid}</if>
- <if test="fContacts != null and fContacts != ''">and bill.f_contacts = #{fContacts}</if>
- <if test="fTel != null and fTel != ''">and bill.f_tel = #{fTel}</if>
- <if test="fCorpid != null ">and bill.f_corpid = #{fCorpid}</if>
- <if test="fBillingDeadline != null ">and bill.f_billing_deadline = #{fBillingDeadline}</if>
- <if test="fTocorpid != null ">and bill.f_tocorpid = #{fTocorpid}</if>
- <if test="fMarks != null and fMarks != ''">and bill.f_marks like concat('%', #{fMarks}, '%')</if>
- <if test="fStltypeid != null ">and bill.f_stltypeid = #{fStltypeid}</if>
- <if test="fReviewDate != null "> and f_review_date = #{fReviewDate}</if>
- <if test="fBscorpno != null and fBscorpno != ''">and bill.f_bscorpno = #{fBscorpno}</if>
- <if test="fWarehouseid != null ">and bill.f_warehouseid = #{fWarehouseid}</if>
- <if test="fStorekeeper != null and fStorekeeper != ''">and bill.f_storekeeper = #{fStorekeeper}</if>
- <if test="fBsdate != null ">and bill.f_bsdate = #{fBsdate}</if>
- <if test="fPlanqty != null ">and bill.f_planqty = #{fPlanqty}</if>
- <if test="fPlangrossweight != null ">and bill.f_plangrossweight = #{fPlangrossweight}</if>
- <if test="fPlannetweight != null ">and bill.f_plannetweight = #{fPlannetweight}</if>
- <if test="fPlanvolumn != null ">and bill.f_planvolumn = #{fPlanvolumn}</if>
- <if test="fQty != null ">and bill.f_qty = #{fQty}</if>
- <if test="fGrossweight != null ">and bill.f_grossweight = #{fGrossweight}</if>
- <if test="fNetweight != null ">and bill.f_netweight = #{fNetweight}</if>
- <if test="fVolumn != null ">and bill.f_volumn = #{fVolumn}</if>
- <if test="fTrademodeid != null ">and bill.f_trademodeid = #{fTrademodeid}</if>
- <if test="fBillingway != null ">and bill.f_billingway = #{fBillingway}</if>
- <if test="fSbu != null ">and bill.f_sbu = #{fSbu}</if>
- <if test="fFeetunit != null and fFeetunit != ''">and bill.f_feetunit = #{fFeetunit}</if>
- <if test="fMblno != null and fMblno != ''">and bill.f_mblno like concat('%', #{fMblno}, '%')</if>
- <if test="fVslvoy != null and fVslvoy != ''">and bill.f_vslvoy = #{fVslvoy}</if>
- <if test="fEta != null ">and bill.f_eta = #{fEta}</if>
- <if test="fCustomno != null and fCustomno != ''">and bill.f_customno = #{fCustomno}</if>
- <if test="fIfweigh != null and fIfweigh != ''">and bill.f_ifweigh = #{fIfweigh}</if>
- <if test="fIfpledge != null and fIfpledge != ''">and bill.f_ifpledge = #{fIfpledge}</if>
- <if test="fIfdamage != null and fIfdamage != ''">and bill.f_ifdamage = #{fIfdamage}</if>
- <if test="fBankcorpid != null ">and bill.f_bankcorpid = #{fBankcorpid}</if>
- <if test="fBilltype != null and fBilltype != ''">and bill.f_billtype = #{fBilltype}</if>
- <if test="fBillstatus != null and fBillstatus != ''">and bill.f_billstatus = #{fBillstatus}</if>
- <if test="createBy != null and createBy != ''">and bill.create_by = #{createBy}</if>
- </where>
- ${params.dataScope}
- </select>
- <select id="selectTWarehousebillsById" parameterType="Long" resultMap="TWarehousebillsResult">
- <include refid="selectTWarehousebillsVo"/>
- where f_id = #{fId}
- ORDER BY f_bsdate desc
- </select>
- <select id="selectTWarehousebillsItemsList"
- resultType="com.ruoyi.warehouseBusiness.domain.TWareHouseExcelItems">
- SELECT
- ( @ii := @ii + 1 ) AS fId,
- wi.src_bill_no AS fMblno,
- CASE
- wi.f_billtype
- WHEN 'SJRK' THEN
- '入库'
- WHEN 'SJCK' THEN
- '出库'
- WHEN 'KCZZ' THEN
- '库存总账'
- END AS fBilltype,
- wi.f_product_name AS fGoodsid,
- wi.f_marks AS fMarks,
- /*'' AS fBillingQty1,*/
- wi.f_billing_qty AS fBillingQty,
- /*'' AS fBillingQty2,*/
- wi.f_bsdate AS fBsdate,
- /*'' AS fBsdate1,*/
- wi.f_inventory_days AS fInventoryDays,
- wi.f_billing_days AS fBillingDays,
- wi.f_amt AS fAmt,
- /*'' AS fAmt1,*/
- wi.f_amt AS fAmt2
- FROM
- t_warehousebills w
- LEFT JOIN t_warehousebillsfees wi ON w.f_id = wi.f_pid
- ,(
- SELECT
- @ii := 0
- ) AS ii
- WHERE
- w.f_id = #{fId}
- </select>
- <select id="selectInventoryList" parameterType="TWarehousebills" resultType="java.util.Map">
- SELECT
- co.f_name AS fName,
- it.f_bsdate AS fBsdate,
- leg.f_mblno AS fMblno,
- it.f_business_type AS fBusinessType,
- dict.dict_label AS fBusinessTypes,
- it.f_marks AS fMarks ,
- go.f_name AS fGoodsName,
- area.f_name AS fWarehouseLocationids,
- leg.f_trademodeid AS fTrademodeid,
- it.f_qty AS fQty,
- it.f_grossweight AS fGrossweight,
- it.f_netweight AS fNetweight
- FROM
- t_warehousebills leg
- LEFT JOIN t_warehousebillsitems it ON leg.f_id = it.f_pid
- LEFT JOIN t_goods go ON it.f_goodsid = go.f_id
- LEFT JOIN t_corps co ON leg.f_corpid = co.f_id
- LEFT JOIN sys_dict_data dict ON dict.dict_value = it.f_business_type
- LEFT JOIN t_warehouse_area area ON area.f_id = it.f_warehouselocid
- <where>
- dict.status = '0'
- AND dict.dict_type = 'storage_type'
- AND leg.f_billtype in ('SJRk','SJCK')
- <if test="fBilltype != null">AND leg.f_billtype = #{fBilltype}</if>
- <if test="fWarehouseid != null ">and leg.f_warehouseid = #{fWarehouseid}</if>
- <if test="fWarehouseid != null ">and it.f_warehouselocid = #{fWarehouseid}</if>
- <if test="fGoodsid != null ">and it.f_goodsid = #{fGoodsid}</if>
- <if test="fTrademodeid != null ">and leg.f_trademodeid = #{fTrademodeid}</if>
- <if test="fCorpid != null ">and leg.f_corpid = #{fCorpid}</if>
- <if test="fMblno != null ">and leg.f_mblno = #{fMblno}</if>
- </where>
- </select>
- <insert id="insertTWarehousebills" parameterType="TWarehousebills" useGeneratedKeys="true" keyProperty="fId">
- insert into t_warehousebills
- <trim prefix="(" suffix=")" suffixOverrides=",">
- <if test="fBillno != null">f_billno,</if>
- <if test="fCustomsdeclartion != null">f_customsdeclartion,</if>
- <if test="fOriginalbillno != null">f_originalbillno,</if>
- <if test="fDeptid != null">f_deptid,</if>
- <if test="fBsdeptid != null">f_bsdeptid,</if>
- <if test="fContacts != null">f_contacts,</if>
- <if test="fTel != null">f_tel,</if>
- <if test="fCorpid != null">f_corpid,</if>
- <if test="fTocorpid != null">f_tocorpid,</if>
- <if test="fStltypeid != null">f_stltypeid,</if>
- <if test="fBscorpno != null and fBscorpno != ''">f_bscorpno,</if>
- <if test="fWarehouseid != null">f_warehouseid,</if>
- <if test="fStorekeeper != null">f_storekeeper,</if>
- <if test="fChargedate != null">f_chargedate,</if>
- <if test="fBsdate != null">f_bsdate,</if>
- <if test="fPlanqty != null">f_planqty,</if>
- <if test="fPlangrossweight != null">f_plangrossweight,</if>
- <if test="fPlannetweight != null">f_plannetweight,</if>
- <if test="fPlanvolumn != null">f_planvolumn,</if>
- <if test="fQty != null">f_qty,</if>
- <if test="fGrossweight != null">f_grossweight,</if>
- <if test="fNetweight != null">f_netweight,</if>
- <if test="fVolumn != null">f_volumn,</if>
- <if test="fTrademodeid != null">f_trademodeid,</if>
- <if test="fBillingway != null">f_billingway,</if>
- <if test="fSbu != null">f_sbu,</if>
- <if test="fFeetunit != null">f_feetunit,</if>
- <if test="fMblno != null">f_mblno,</if>
- <if test="fVslvoy != null">f_vslvoy,</if>
- <if test="fMarks != null and fMarks != ''">f_marks,</if>
- <if test="fEta != null">f_eta,</if>
- <if test="fCustomno != null">f_customno,</if>
- <if test="fIfweigh != null">f_ifweigh,</if>
- <if test="fIfpledge != null">f_ifpledge,</if>
- <if test="fIfdamage != null">f_ifdamage,</if>
- <if test="fBankcorpid != null">f_bankcorpid,</if>
- <if test="fBilltype != null">f_billtype,</if>
- <if test="fBillstatus != null">f_billstatus,</if>
- <if test="delFlag != null">del_flag,</if>
- <if test="createBy != null">create_by,</if>
- <if test="createTime != null">create_time,</if>
- <if test="fItemsStatus != null">f_items_status,</if>
- <if test="updateBy != null">update_by,</if>
- <if test="updateTime != null">update_time,</if>
- <if test="remark != null">remark,</if>
- <if test="fBillingDeadline != null">f_billing_deadline,</if>
- <if test="fProductName != null">f_product_name,</if>
- <if test="fReviewDate != null">f_review_date,</if>
- <if test="fTruckno != null">f_truckno,</if>
- <if test="fDriverName != null">f_driver_name,</if>
- <if test="fDriverTel != null">f_driver_tel,</if>
- <if test="fDriverIdCar != null">f_driver_id_car,</if>
- <if test="fBusinessType != null">f_business_type,</if>
- <if test="fLabour != null">f_labour,</if>
- <if test="fFleet != null">f_fleet,</if>
- <if test="fInwarehouseid != null">f_inwarehouseid,</if>
- </trim>
- <trim prefix="values (" suffix=")" suffixOverrides=",">
- <if test="fBillno != null">#{fBillno},</if>
- <if test="fCustomsdeclartion != null">#{fCustomsdeclartion},</if>
- <if test="fOriginalbillno != null">#{fOriginalbillno},</if>
- <if test="fDeptid != null">#{fDeptid},</if>
- <if test="fBsdeptid != null">#{fBsdeptid},</if>
- <if test="fContacts != null">#{fContacts},</if>
- <if test="fTel != null">#{fTel},</if>
- <if test="fCorpid != null">#{fCorpid},</if>
- <if test="fTocorpid != null">#{fTocorpid},</if>
- <if test="fStltypeid != null">#{fStltypeid},</if>
- <if test="fBscorpno != null and fBscorpno != ''">#{fBscorpno},</if>
- <if test="fWarehouseid != null">#{fWarehouseid},</if>
- <if test="fStorekeeper != null">#{fStorekeeper},</if>
- <if test="fChargedate != null">#{fChargedate},</if>
- <if test="fBsdate != null">#{fBsdate},</if>
- <if test="fPlanqty != null">#{fPlanqty},</if>
- <if test="fPlangrossweight != null">#{fPlangrossweight},</if>
- <if test="fPlannetweight != null">#{fPlannetweight},</if>
- <if test="fPlanvolumn != null">#{fPlanvolumn},</if>
- <if test="fQty != null">#{fQty},</if>
- <if test="fGrossweight != null">#{fGrossweight},</if>
- <if test="fNetweight != null">#{fNetweight},</if>
- <if test="fVolumn != null">#{fVolumn},</if>
- <if test="fTrademodeid != null">#{fTrademodeid},</if>
- <if test="fBillingway != null">#{fBillingway},</if>
- <if test="fSbu != null">#{fSbu},</if>
- <if test="fFeetunit != null">#{fFeetunit},</if>
- <if test="fMblno != null">#{fMblno},</if>
- <if test="fVslvoy != null">#{fVslvoy},</if>
- <if test="fMarks != null and fMarks != ''">#{fMarks},</if>
- <if test="fEta != null">#{fEta},</if>
- <if test="fCustomno != null">#{fCustomno},</if>
- <if test="fIfweigh != null">#{fIfweigh},</if>
- <if test="fIfpledge != null">#{fIfpledge},</if>
- <if test="fIfdamage != null">#{fIfdamage},</if>
- <if test="fBankcorpid != null">#{fBankcorpid},</if>
- <if test="fBilltype != null">#{fBilltype},</if>
- <if test="fBillstatus != null">#{fBillstatus},</if>
- <if test="delFlag != null">#{delFlag},</if>
- <if test="createBy != null">#{createBy},</if>
- <if test="createTime != null">#{createTime},</if>
- <if test="fItemsStatus != null">#{fItemsStatus},</if>
- <if test="updateBy != null">#{updateBy},</if>
- <if test="updateTime != null">#{updateTime},</if>
- <if test="remark != null">#{remark},</if>
- <if test="fBillingDeadline != null">#{fBillingDeadline},</if>
- <if test="fProductName != null">#{fProductName},</if>
- <if test="fReviewDate != null">#{fReviewDate},</if>
- <if test="fTruckno != null">#{fTruckno},</if>
- <if test="fDriverName != null">#{fDriverName},</if>
- <if test="fDriverTel != null">#{fDriverTel},</if>
- <if test="fDriverIdCar != null">#{fDriverIdCar},</if>
- <if test="fBusinessType != null">#{fBusinessType},</if>
- <if test="fLabour != null">#{fLabour},</if>
- <if test="fFleet != null">#{fFleet},</if>
- <if test="fInwarehouseid != null">#{fInwarehouseid},</if>
- </trim>
- </insert>
- <update id="updateTWarehousebills" parameterType="TWarehousebills">
- update t_warehousebills
- <trim prefix="SET" suffixOverrides=",">
- <if test="fBillno != null">f_billno = #{fBillno},</if>
- <if test="fCustomsdeclartion != null">f_customsdeclartion = #{fCustomsdeclartion},</if>
- <if test="fOriginalbillno != null">f_originalbillno = #{fOriginalbillno},</if>
- <if test="fDeptid != null">f_deptid = #{fDeptid},</if>
- <if test="fBsdeptid != null">f_bsdeptid = #{fBsdeptid},</if>
- <if test="fContacts != null">f_contacts = #{fContacts},</if>
- <if test="fTel != null">f_tel = #{fTel},</if>
- <if test="fCorpid != null">f_corpid = #{fCorpid},</if>
- <if test="fTocorpid != null">f_tocorpid = #{fTocorpid},</if>
- <if test="fStltypeid != null">f_stltypeid = #{fStltypeid},</if>
- <if test="fBscorpno != null and fBscorpno != ''">f_bscorpno = #{fBscorpno},</if>
- <if test="fWarehouseid != null">f_warehouseid = #{fWarehouseid},</if>
- <if test="fStorekeeper != null">f_storekeeper = #{fStorekeeper},</if>
- <if test="fChargedate != null">f_chargedate = #{fChargedate},</if>
- <if test="fBsdate != null">f_bsdate = #{fBsdate},</if>
- <if test="fPlanqty != null">f_planqty = #{fPlanqty},</if>
- <if test="fPlangrossweight != null">f_plangrossweight = #{fPlangrossweight},</if>
- <if test="fPlannetweight != null">f_plannetweight = #{fPlannetweight},</if>
- <if test="fPlanvolumn != null">f_planvolumn = #{fPlanvolumn},</if>
- <if test="fQty != null">f_qty = #{fQty},</if>
- <if test="fGrossweight != null">f_grossweight = #{fGrossweight},</if>
- <if test="fNetweight != null">f_netweight = #{fNetweight},</if>
- <if test="fVolumn != null">f_volumn = #{fVolumn},</if>
- <if test="fTrademodeid != null">f_trademodeid = #{fTrademodeid},</if>
- <if test="fBillingway != null">f_billingway = #{fBillingway},</if>
- <if test="fSbu != null">f_sbu = #{fSbu},</if>
- <if test="fFeetunit != null">f_feetunit = #{fFeetunit},</if>
- <if test="fMblno != null">f_mblno = #{fMblno},</if>
- <if test="fVslvoy != null">f_vslvoy = #{fVslvoy},</if>
- <if test="fMarks != null and fMarks != ''">f_marks = #{fMarks},</if>
- <if test="fEta != null">f_eta = #{fEta},</if>
- <if test="fCustomno != null">f_customno = #{fCustomno},</if>
- <if test="fIfweigh != null">f_ifweigh = #{fIfweigh},</if>
- <if test="fIfpledge != null">f_ifpledge = #{fIfpledge},</if>
- <if test="fIfdamage != null">f_ifdamage = #{fIfdamage},</if>
- <if test="fBankcorpid != null">f_bankcorpid = #{fBankcorpid},</if>
- <if test="fBilltype != null">f_billtype = #{fBilltype},</if>
- <if test="fBillstatus != null">f_billstatus = #{fBillstatus},</if>
- <if test="delFlag != null">del_flag = #{delFlag},</if>
- <if test="createBy != null">create_by = #{createBy},</if>
- <if test="createTime != null">create_time = #{createTime},</if>
- <if test="fItemsStatus != null">f_items_status = #{fItemsStatus},</if>
- <if test="updateBy != null">update_by = #{updateBy},</if>
- <if test="updateTime != null">update_time = #{updateTime},</if>
- <if test="remark != null">remark = #{remark},</if>
- <if test="fBillingDeadline != null">f_billing_deadline = #{fBillingDeadline},</if>
- <if test="fProductName != null">f_product_name = #{fProductName},</if>
- <if test="fReviewDate != null">f_review_date = #{fReviewDate},</if>
- <if test="fTruckno != null">f_truckno = #{fTruckno},</if>
- <if test="fDriverName != null">f_driver_name = #{fDriverName},</if>
- <if test="fDriverTel != null">f_driver_tel = #{fDriverTel},</if>
- <if test="fDriverIdCar != null">f_driver_id_car = #{fDriverIdCar},</if>
- <if test="fBusinessType != null">f_business_type = #{fBusinessType},</if>
- <if test="fReviewDate == null">f_review_date = null,</if>
- <if test="fLabour != null">f_labour = #{fLabour },</if>
- <if test="fFleet != null">f_fleet = #{fFleet},</if>
- <if test="fInwarehouseid != null">f_inwarehouseid = #{fInwarehouseid},</if>
- </trim>
- where f_id = #{fId}
- </update>
- <delete id="deleteTWarehousebillsById" parameterType="Long">
- delete from t_warehousebills where f_id = #{fId}
- </delete>
- <delete id="deleteTWarehousebillsByIds" parameterType="String">
- delete
- item.*,
- bill.*,
- fess.*,
- enclosure.*
- from
- t_warehousebills bill
- LEFT JOIN t_warehousebillsfees fess ON fess.f_pid = bill.f_id
- LEFT JOIN t_enclosure enclosure ON enclosure.f_pid = bill.f_id
- LEFT JOIN t_warehousebillsitems item ON item.f_pid = bill.f_id
- where
- bill.f_id in
- <foreach item="fId" collection="array" open="(" separator="," close=")">
- #{fId}
- </foreach>
- </delete>
- <update id="warehouseFollowUpdate">
- update
- t_warehousebills
- <trim prefix="SET" suffixOverrides=",">
- <if test="fettle != null">f_billstatus = #{fettle},</if>
- <if test="auditItem != null and fettle == 6">f_review_date = #{auditItem},</if>
- <if test="auditItem != null and fettle != 6">f_review_date = null,</if>
- </trim>
- where f_id = #{fPid}
- </update>
- </mapper>
|