TWarehousebillsMapper.xml 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <!DOCTYPE mapper
  3. PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
  4. "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
  5. <mapper namespace="com.ruoyi.warehouseBusiness.mapper.TWarehouseBillsMapper">
  6. <resultMap type="TWarehousebills" id="TWarehousebillsResult">
  7. <result property="fId" column="f_id" />
  8. <result property="fBillno" column="f_billno" />
  9. <result property="fCustomsdeclartion" column="f_customsdeclartion" />
  10. <result property="fOriginalbillno" column="f_originalbillno" />
  11. <result property="fDeptid" column="f_deptid" />
  12. <result property="fBsdeptid" column="f_bsdeptid" />
  13. <result property="fContacts" column="f_contacts" />
  14. <result property="fTel" column="f_tel" />
  15. <result property="fCorpid" column="f_corpid" />
  16. <result property="fTocorpid" column="f_tocorpid" />
  17. <result property="fStltypeid" column="f_stltypeid" />
  18. <result property="fBscorpno" column="f_bscorpno" />
  19. <result property="fWarehouseid" column="f_warehouseid" />
  20. <result property="fStorekeeper" column="f_storekeeper" />
  21. <result property="fChargedate" column="f_chargedate" />
  22. <result property="fBsdate" column="f_bsdate" />
  23. <result property="fPlanqty" column="f_planqty" />
  24. <result property="fPlangrossweight" column="f_plangrossweight" />
  25. <result property="fPlannetweight" column="f_plannetweight" />
  26. <result property="fPlanvolumn" column="f_planvolumn" />
  27. <result property="fQty" column="f_qty" />
  28. <result property="fGrossweight" column="f_grossweight" />
  29. <result property="fNetweight" column="f_netweight" />
  30. <result property="fVolumn" column="f_volumn" />
  31. <result property="fTrademodeid" column="f_trademodeid" />
  32. <result property="fBillingway" column="f_billingway" />
  33. <result property="fSbu" column="f_sbu" />
  34. <result property="fFeetunit" column="f_feetunit" />
  35. <result property="fMblno" column="f_mblno" />
  36. <result property="fVslvoy" column="f_vslvoy" />
  37. <result property="fMarks" column="f_marks" />
  38. <result property="fEta" column="f_eta" />
  39. <result property="fCustomno" column="f_customno" />
  40. <result property="fIfweigh" column="f_ifweigh" />
  41. <result property="fIfpledge" column="f_ifpledge" />
  42. <result property="fIfdamage" column="f_ifdamage" />
  43. <result property="fBankcorpid" column="f_bankcorpid" />
  44. <result property="fBilltype" column="f_billtype" />
  45. <result property="fBillstatus" column="f_billstatus" />
  46. <result property="delFlag" column="del_flag" />
  47. <result property="createBy" column="create_by" />
  48. <result property="createTime" column="create_time" />
  49. <result property="fItemsStatus" column="f_items_status" />
  50. <result property="updateBy" column="update_by" />
  51. <result property="updateTime" column="update_time" />
  52. <result property="remark" column="remark" />
  53. <result property="fBillingDeadline" column="f_billing_deadline" />
  54. <result property="fProductName" column="f_product_name" />
  55. <result property="fReviewDate" column="f_review_date" />
  56. <result property="fTruckno" column="f_truckno" />
  57. <result property="fDriverName" column="f_driver_name" />
  58. <result property="fDriverTel" column="f_driver_tel" />
  59. <result property="fDriverIdCar" column="f_driver_id_car" />
  60. <result property="fBusinessType" column="f_business_type" />
  61. </resultMap>
  62. <sql id="selectTWarehousebillsVo">
  63. 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_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 from t_warehousebills
  64. </sql>
  65. <select id="selectTWarehousebillsList" parameterType="TWarehousebills" resultMap="TWarehousebillsResult">
  66. select
  67. ware.*
  68. from
  69. t_warehousebills ware
  70. left join sys_user u on ware.create_by = u.user_name
  71. left join sys_dept d on ware.f_bsdeptid = d.dept_id
  72. <where>
  73. <if test="fBillno != null and fBillno != ''">and f_billno = #{fBillno}</if>
  74. <if test="fCustomsdeclartion != null and fCustomsdeclartion != ''">and f_customsdeclartion =
  75. #{fCustomsdeclartion}
  76. </if>
  77. <if test="fOriginalbillno != null and fOriginalbillno != ''">and f_originalbillno = #{fOriginalbillno}</if>
  78. <if test="fDeptid != null ">and f_deptid = #{fDeptid}</if>
  79. <if test="fBsdeptid != null ">and f_bsdeptid = #{fBsdeptid}</if>
  80. <if test="fContacts != null and fContacts != ''">and f_contacts = #{fContacts}</if>
  81. <if test="fTel != null and fTel != ''">and f_tel = #{fTel}</if>
  82. <if test="fCorpid != null ">and f_corpid = #{fCorpid}</if>
  83. <if test="fTocorpid != null ">and f_tocorpid = #{fTocorpid}</if>
  84. <if test="fChargedate != null ">and f_chargedate = #{fChargedate}</if>
  85. <if test='timeInterval != null and timeInterval[0] != null and timeInterval[0]!= ""'>
  86. and f_bsdate &gt;= #{timeInterval[0]}
  87. </if>
  88. <if test='timeInterval != null and timeInterval[1] != null and timeInterval[1]!= ""'>
  89. and f_bsdate &lt;= #{timeInterval[1]}
  90. </if>
  91. <if test="fStltypeid != null ">and f_stltypeid = #{fStltypeid}</if>
  92. <if test="fBscorpno != null and fBscorpno != ''">and f_bscorpno = #{fBscorpno}</if>
  93. <if test="fWarehouseid != null ">and f_warehouseid = #{fWarehouseid}</if>
  94. <if test="fStorekeeper != null and fStorekeeper != ''">and f_storekeeper = #{fStorekeeper}</if>
  95. <if test="fBsdate != null ">and f_bsdate = #{fBsdate}</if>
  96. <if test="fPlanqty != null ">and f_planqty = #{fPlanqty}</if>
  97. <if test="fProductName != null and fProductName != ''"> and f_product_name like concat('%', #{fProductName}, '%')</if>
  98. <if test="fPlangrossweight != null ">and f_plangrossweight = #{fPlangrossweight}</if>
  99. <if test="fPlannetweight != null ">and f_plannetweight = #{fPlannetweight}</if>
  100. <if test="fPlanvolumn != null ">and f_planvolumn = #{fPlanvolumn}</if>
  101. <if test="fQty != null ">and f_qty = #{fQty}</if>
  102. <if test="fMarks != null and fMarks != ''">and f_marks = #{fMarks}</if>
  103. <if test="fGrossweight != null ">and f_grossweight = #{fGrossweight}</if>
  104. <if test="fNetweight != null ">and f_netweight = #{fNetweight}</if>
  105. <if test="fVolumn != null ">and f_volumn = #{fVolumn}</if>
  106. <if test="fTrademodeid != null ">and f_trademodeid = #{fTrademodeid}</if>
  107. <if test="fBillingway != null ">and f_billingway = #{fBillingway}</if>
  108. <if test="fSbu != null ">and f_sbu = #{fSbu}</if>
  109. <if test="fFeetunit != null and fFeetunit != ''">and f_feetunit = #{fFeetunit}</if>
  110. <if test="fMblno != null and fMblno != ''">and f_mblno = #{fMblno}</if>
  111. <if test="fVslvoy != null and fVslvoy != ''">and f_vslvoy = #{fVslvoy}</if>
  112. <if test="fEta != null ">and f_eta = #{fEta}</if>
  113. <if test="fCustomno != null and fCustomno != ''">and f_customno = #{fCustomno}</if>
  114. <if test="fIfweigh != null and fIfweigh != ''">and f_ifweigh = #{fIfweigh}</if>
  115. <if test="fIfpledge != null and fIfpledge != ''">and f_ifpledge = #{fIfpledge}</if>
  116. <if test="fIfdamage != null and fIfdamage != ''">and f_ifdamage = #{fIfdamage}</if>
  117. <if test="fBankcorpid != null ">and f_bankcorpid = #{fBankcorpid}</if>
  118. <if test="fBillingDeadline != null "> and f_billing_deadline = #{fBillingDeadline}</if>
  119. <if test="fBilltype != null and fBilltype != ''">and f_billtype = #{fBilltype}</if>
  120. <if test="fBillstatus != null and fBillstatus != ''">and f_billstatus = #{fBillstatus}</if>
  121. </where>
  122. ${params.dataScope}
  123. </select>
  124. <select id="selectWarehouseBusinessList" parameterType="TWarehousebills" resultType="Map">
  125. SELECT
  126. DISTINCT
  127. bill.f_id AS fId,
  128. corp.f_name AS fCorpid,
  129. corpTo.f_name AS fTocorpid,
  130. bill.f_mblno AS fMblno,
  131. corpSub.f_name AS fSbu,
  132. bill.f_marks AS fMarks,
  133. bill.remark AS remark,
  134. bill.f_planqty AS fPlanqty,
  135. bill.f_plangrossweight AS fPlangrossweight,
  136. bill.f_plannetweight AS fPlannetweight,
  137. bill.f_planvolumn AS fPlanvolumn,
  138. bill.f_bsdate AS fBsdate,
  139. bill.f_trademodeid AS fTrademodeid,
  140. bill.f_truckno AS fTruckno,
  141. bill.f_driver_name AS fDriverName,
  142. bill.f_driver_tel AS fDriverTel,
  143. bill.f_driver_id_car AS fDriverIdCar,
  144. bill.f_business_type AS fBusinessType,
  145. ware.f_name AS fWarehouseid,
  146. bill.f_qty AS fQty,
  147. bill.f_netweight AS fNetweight,
  148. bill.create_time AS createTime,
  149. bill.create_by AS createBy,
  150. bill.f_grossweight AS fGrossweight,
  151. bill.f_product_name AS fProductName,
  152. bill.f_billing_deadline AS fBillingDeadline,
  153. bill.f_billstatus AS fBillstatus,
  154. bill.f_items_status AS fItemsStatus,
  155. bill.f_billno AS fBillno
  156. FROM
  157. t_warehousebills bill
  158. left join sys_user u on bill.create_by = u.user_name
  159. left join sys_dept d on bill.f_bsdeptid = d.dept_id
  160. LEFT JOIN t_corps corp ON corp.f_id = bill.f_corpid
  161. LEFT JOIN t_corps corpTo ON corpTo.f_id = bill.f_tocorpid
  162. LEFT JOIN t_corps corpSub ON corpSub.f_id = bill.f_sbu
  163. LEFT JOIN t_warehouse ware ON ware.f_id = bill.f_warehouseid
  164. LEFT JOIN t_warehousebillsitems item ON item.f_pid = bill.f_id
  165. LEFT JOIN t_goods goods ON goods.f_id = item.f_goodsid
  166. <where>
  167. <if test="fBillno != null and fBillno != ''">and bill.f_billno like concat('%', #{fBillno}, '%')</if>
  168. <if test="fCustomsdeclartion != null and fCustomsdeclartion != ''">and bill.f_customsdeclartion =
  169. #{fCustomsdeclartion}
  170. </if>
  171. <if test="fOriginalbillno != null and fOriginalbillno != ''">and bill.f_originalbillno =
  172. #{fOriginalbillno}
  173. </if>
  174. <if test="fDeptid != null ">and bill.f_deptid = #{fDeptid}</if>
  175. <if test="fBsdeptid != null ">and bill.f_bsdeptid = #{fBsdeptid}</if>
  176. <if test="fChargedate != null ">and bill.f_chargedate = #{fChargedate}</if>
  177. <if test='timeInterval != null and timeInterval[0] != null and timeInterval[0]!= ""'>
  178. and bill.f_bsdate &gt;= #{timeInterval[0]}
  179. </if>
  180. <if test='timeInterval != null and timeInterval[1] != null and timeInterval[1]!= ""'>
  181. and bill.f_bsdate &lt;= #{timeInterval[1]}
  182. </if>
  183. <if test="fGoodsid != null and fGoodsid != ''">and item.f_goodsid = #{fGoodsid}</if>
  184. <if test="fContacts != null and fContacts != ''">and bill.f_contacts = #{fContacts}</if>
  185. <if test="fTel != null and fTel != ''">and bill.f_tel = #{fTel}</if>
  186. <if test="fCorpid != null ">and bill.f_corpid = #{fCorpid}</if>
  187. <if test="fBillingDeadline != null ">and bill.f_billing_deadline = #{fBillingDeadline}</if>
  188. <if test="fTocorpid != null ">and bill.f_tocorpid = #{fTocorpid}</if>
  189. <if test="fMarks != null and fMarks != ''">and bill.f_marks like concat('%', #{fMarks}, '%')</if>
  190. <if test="fStltypeid != null ">and bill.f_stltypeid = #{fStltypeid}</if>
  191. <if test="fReviewDate != null "> and f_review_date = #{fReviewDate}</if>
  192. <if test="fBscorpno != null and fBscorpno != ''">and bill.f_bscorpno = #{fBscorpno}</if>
  193. <if test="fWarehouseid != null ">and bill.f_warehouseid = #{fWarehouseid}</if>
  194. <if test="fStorekeeper != null and fStorekeeper != ''">and bill.f_storekeeper = #{fStorekeeper}</if>
  195. <if test="fBsdate != null ">and bill.f_bsdate = #{fBsdate}</if>
  196. <if test="fPlanqty != null ">and bill.f_planqty = #{fPlanqty}</if>
  197. <if test="fPlangrossweight != null ">and bill.f_plangrossweight = #{fPlangrossweight}</if>
  198. <if test="fPlannetweight != null ">and bill.f_plannetweight = #{fPlannetweight}</if>
  199. <if test="fPlanvolumn != null ">and bill.f_planvolumn = #{fPlanvolumn}</if>
  200. <if test="fQty != null ">and bill.f_qty = #{fQty}</if>
  201. <if test="fGrossweight != null ">and bill.f_grossweight = #{fGrossweight}</if>
  202. <if test="fNetweight != null ">and bill.f_netweight = #{fNetweight}</if>
  203. <if test="fVolumn != null ">and bill.f_volumn = #{fVolumn}</if>
  204. <if test="fTrademodeid != null ">and bill.f_trademodeid = #{fTrademodeid}</if>
  205. <if test="fBillingway != null ">and bill.f_billingway = #{fBillingway}</if>
  206. <if test="fSbu != null ">and bill.f_sbu = #{fSbu}</if>
  207. <if test="fFeetunit != null and fFeetunit != ''">and bill.f_feetunit = #{fFeetunit}</if>
  208. <if test="fMblno != null and fMblno != ''">and bill.f_mblno like concat('%', #{fMblno}, '%')</if>
  209. <if test="fVslvoy != null and fVslvoy != ''">and bill.f_vslvoy = #{fVslvoy}</if>
  210. <if test="fEta != null ">and bill.f_eta = #{fEta}</if>
  211. <if test="fCustomno != null and fCustomno != ''">and bill.f_customno = #{fCustomno}</if>
  212. <if test="fIfweigh != null and fIfweigh != ''">and bill.f_ifweigh = #{fIfweigh}</if>
  213. <if test="fIfpledge != null and fIfpledge != ''">and bill.f_ifpledge = #{fIfpledge}</if>
  214. <if test="fIfdamage != null and fIfdamage != ''">and bill.f_ifdamage = #{fIfdamage}</if>
  215. <if test="fBankcorpid != null ">and bill.f_bankcorpid = #{fBankcorpid}</if>
  216. <if test="fBilltype != null and fBilltype != ''">and bill.f_billtype = #{fBilltype}</if>
  217. <if test="fBillstatus != null and fBillstatus != ''">and bill.f_billstatus = #{fBillstatus}</if>
  218. <if test="createBy != null and createBy != ''">and bill.create_by = #{createBy}</if>
  219. </where>
  220. ${params.dataScope}
  221. </select>
  222. <select id="selectTWarehousebillsById" parameterType="Long" resultMap="TWarehousebillsResult">
  223. <include refid="selectTWarehousebillsVo"/>
  224. where f_id = #{fId}
  225. ORDER BY f_bsdate desc
  226. </select>
  227. <select id="selectTWarehousebillsItemsList"
  228. resultType="com.ruoyi.warehouseBusiness.domain.TWareHouseExcelItems">
  229. SELECT
  230. ( @ii := @ii + 1 ) AS fId,
  231. wi.f_billno AS fMblno,
  232. CASE
  233. wi.f_billtype
  234. WHEN 'SJRK' THEN
  235. '入库'
  236. WHEN 'SJCK' THEN
  237. '出库'
  238. WHEN 'KCZZ' THEN
  239. '库存总账'
  240. END AS fBilltype,
  241. g.f_name AS fGoodsid,
  242. wi.f_marks AS fMarks,
  243. /*'' AS fBillingQty1,*/
  244. wi.f_billing_qty AS fBillingQty,
  245. /*'' AS fBillingQty2,*/
  246. wi.f_bsdate AS fBsdate,
  247. /*'' AS fBsdate1,*/
  248. wi.f_inventory_days AS fInventoryDays,
  249. wi.f_billing_days AS fBillingDays,
  250. wi.f_amt AS fAmt,
  251. /*'' AS fAmt1,*/
  252. wi.f_amt AS fAmt2
  253. FROM
  254. t_warehousebills w
  255. LEFT JOIN t_warehousebillsitems wi ON w.f_id = wi.f_pid
  256. LEFT JOIN t_goods g ON g.f_id = wi.f_goodsid,(
  257. SELECT
  258. @ii := 0
  259. ) AS ii
  260. WHERE
  261. w.f_id = #{fId}
  262. </select>
  263. <insert id="insertTWarehousebills" parameterType="TWarehousebills" useGeneratedKeys="true" keyProperty="fId">
  264. insert into t_warehousebills
  265. <trim prefix="(" suffix=")" suffixOverrides=",">
  266. <if test="fBillno != null">f_billno,</if>
  267. <if test="fCustomsdeclartion != null">f_customsdeclartion,</if>
  268. <if test="fOriginalbillno != null">f_originalbillno,</if>
  269. <if test="fDeptid != null">f_deptid,</if>
  270. <if test="fBsdeptid != null">f_bsdeptid,</if>
  271. <if test="fContacts != null">f_contacts,</if>
  272. <if test="fTel != null">f_tel,</if>
  273. <if test="fCorpid != null">f_corpid,</if>
  274. <if test="fTocorpid != null">f_tocorpid,</if>
  275. <if test="fStltypeid != null">f_stltypeid,</if>
  276. <if test="fBscorpno != null and fBscorpno != ''">f_bscorpno,</if>
  277. <if test="fWarehouseid != null">f_warehouseid,</if>
  278. <if test="fStorekeeper != null">f_storekeeper,</if>
  279. <if test="fChargedate != null">f_chargedate,</if>
  280. <if test="fBsdate != null">f_bsdate,</if>
  281. <if test="fPlanqty != null">f_planqty,</if>
  282. <if test="fPlangrossweight != null">f_plangrossweight,</if>
  283. <if test="fPlannetweight != null">f_plannetweight,</if>
  284. <if test="fPlanvolumn != null">f_planvolumn,</if>
  285. <if test="fQty != null">f_qty,</if>
  286. <if test="fGrossweight != null">f_grossweight,</if>
  287. <if test="fNetweight != null">f_netweight,</if>
  288. <if test="fVolumn != null">f_volumn,</if>
  289. <if test="fTrademodeid != null">f_trademodeid,</if>
  290. <if test="fBillingway != null">f_billingway,</if>
  291. <if test="fSbu != null">f_sbu,</if>
  292. <if test="fFeetunit != null">f_feetunit,</if>
  293. <if test="fMblno != null">f_mblno,</if>
  294. <if test="fVslvoy != null">f_vslvoy,</if>
  295. <if test="fMarks != null and fMarks != ''">f_marks,</if>
  296. <if test="fEta != null">f_eta,</if>
  297. <if test="fCustomno != null">f_customno,</if>
  298. <if test="fIfweigh != null">f_ifweigh,</if>
  299. <if test="fIfpledge != null">f_ifpledge,</if>
  300. <if test="fIfdamage != null">f_ifdamage,</if>
  301. <if test="fBankcorpid != null">f_bankcorpid,</if>
  302. <if test="fBilltype != null">f_billtype,</if>
  303. <if test="fBillstatus != null">f_billstatus,</if>
  304. <if test="delFlag != null">del_flag,</if>
  305. <if test="createBy != null">create_by,</if>
  306. <if test="createTime != null">create_time,</if>
  307. <if test="fItemsStatus != null">f_items_status,</if>
  308. <if test="updateBy != null">update_by,</if>
  309. <if test="updateTime != null">update_time,</if>
  310. <if test="remark != null">remark,</if>
  311. <if test="fBillingDeadline != null">f_billing_deadline,</if>
  312. <if test="fProductName != null">f_product_name,</if>
  313. <if test="fReviewDate != null">f_review_date,</if>
  314. <if test="fTruckno != null">f_truckno,</if>
  315. <if test="fDriverName != null">f_driver_name,</if>
  316. <if test="fDriverTel != null">f_driver_tel,</if>
  317. <if test="fDriverIdCar != null">f_driver_id_car,</if>
  318. <if test="fBusinessType != null">f_business_type,</if>
  319. </trim>
  320. <trim prefix="values (" suffix=")" suffixOverrides=",">
  321. <if test="fBillno != null">#{fBillno},</if>
  322. <if test="fCustomsdeclartion != null">#{fCustomsdeclartion},</if>
  323. <if test="fOriginalbillno != null">#{fOriginalbillno},</if>
  324. <if test="fDeptid != null">#{fDeptid},</if>
  325. <if test="fBsdeptid != null">#{fBsdeptid},</if>
  326. <if test="fContacts != null">#{fContacts},</if>
  327. <if test="fTel != null">#{fTel},</if>
  328. <if test="fCorpid != null">#{fCorpid},</if>
  329. <if test="fTocorpid != null">#{fTocorpid},</if>
  330. <if test="fStltypeid != null">#{fStltypeid},</if>
  331. <if test="fBscorpno != null and fBscorpno != ''">#{fBscorpno},</if>
  332. <if test="fWarehouseid != null">#{fWarehouseid},</if>
  333. <if test="fStorekeeper != null">#{fStorekeeper},</if>
  334. <if test="fChargedate != null">#{fChargedate},</if>
  335. <if test="fBsdate != null">#{fBsdate},</if>
  336. <if test="fPlanqty != null">#{fPlanqty},</if>
  337. <if test="fPlangrossweight != null">#{fPlangrossweight},</if>
  338. <if test="fPlannetweight != null">#{fPlannetweight},</if>
  339. <if test="fPlanvolumn != null">#{fPlanvolumn},</if>
  340. <if test="fQty != null">#{fQty},</if>
  341. <if test="fGrossweight != null">#{fGrossweight},</if>
  342. <if test="fNetweight != null">#{fNetweight},</if>
  343. <if test="fVolumn != null">#{fVolumn},</if>
  344. <if test="fTrademodeid != null">#{fTrademodeid},</if>
  345. <if test="fBillingway != null">#{fBillingway},</if>
  346. <if test="fSbu != null">#{fSbu},</if>
  347. <if test="fFeetunit != null">#{fFeetunit},</if>
  348. <if test="fMblno != null">#{fMblno},</if>
  349. <if test="fVslvoy != null">#{fVslvoy},</if>
  350. <if test="fMarks != null and fMarks != ''">#{fMarks},</if>
  351. <if test="fEta != null">#{fEta},</if>
  352. <if test="fCustomno != null">#{fCustomno},</if>
  353. <if test="fIfweigh != null">#{fIfweigh},</if>
  354. <if test="fIfpledge != null">#{fIfpledge},</if>
  355. <if test="fIfdamage != null">#{fIfdamage},</if>
  356. <if test="fBankcorpid != null">#{fBankcorpid},</if>
  357. <if test="fBilltype != null">#{fBilltype},</if>
  358. <if test="fBillstatus != null">#{fBillstatus},</if>
  359. <if test="delFlag != null">#{delFlag},</if>
  360. <if test="createBy != null">#{createBy},</if>
  361. <if test="createTime != null">#{createTime},</if>
  362. <if test="fItemsStatus != null">#{fItemsStatus},</if>
  363. <if test="updateBy != null">#{updateBy},</if>
  364. <if test="updateTime != null">#{updateTime},</if>
  365. <if test="remark != null">#{remark},</if>
  366. <if test="fBillingDeadline != null">#{fBillingDeadline},</if>
  367. <if test="fProductName != null">#{fProductName},</if>
  368. <if test="fReviewDate != null">#{fReviewDate},</if>
  369. <if test="fTruckno != null">#{fTruckno},</if>
  370. <if test="fDriverName != null">#{fDriverName},</if>
  371. <if test="fDriverTel != null">#{fDriverTel},</if>
  372. <if test="fDriverIdCar != null">#{fDriverIdCar},</if>
  373. <if test="fBusinessType != null">#{fBusinessType},</if>
  374. </trim>
  375. </insert>
  376. <update id="updateTWarehousebills" parameterType="TWarehousebills">
  377. update t_warehousebills
  378. <trim prefix="SET" suffixOverrides=",">
  379. <if test="fBillno != null">f_billno = #{fBillno},</if>
  380. <if test="fCustomsdeclartion != null">f_customsdeclartion = #{fCustomsdeclartion},</if>
  381. <if test="fOriginalbillno != null">f_originalbillno = #{fOriginalbillno},</if>
  382. <if test="fDeptid != null">f_deptid = #{fDeptid},</if>
  383. <if test="fBsdeptid != null">f_bsdeptid = #{fBsdeptid},</if>
  384. <if test="fContacts != null">f_contacts = #{fContacts},</if>
  385. <if test="fTel != null">f_tel = #{fTel},</if>
  386. <if test="fCorpid != null">f_corpid = #{fCorpid},</if>
  387. <if test="fTocorpid != null">f_tocorpid = #{fTocorpid},</if>
  388. <if test="fStltypeid != null">f_stltypeid = #{fStltypeid},</if>
  389. <if test="fBscorpno != null and fBscorpno != ''">f_bscorpno = #{fBscorpno},</if>
  390. <if test="fWarehouseid != null">f_warehouseid = #{fWarehouseid},</if>
  391. <if test="fStorekeeper != null">f_storekeeper = #{fStorekeeper},</if>
  392. <if test="fChargedate != null">f_chargedate = #{fChargedate},</if>
  393. <if test="fBsdate != null">f_bsdate = #{fBsdate},</if>
  394. <if test="fPlanqty != null">f_planqty = #{fPlanqty},</if>
  395. <if test="fPlangrossweight != null">f_plangrossweight = #{fPlangrossweight},</if>
  396. <if test="fPlannetweight != null">f_plannetweight = #{fPlannetweight},</if>
  397. <if test="fPlanvolumn != null">f_planvolumn = #{fPlanvolumn},</if>
  398. <if test="fQty != null">f_qty = #{fQty},</if>
  399. <if test="fGrossweight != null">f_grossweight = #{fGrossweight},</if>
  400. <if test="fNetweight != null">f_netweight = #{fNetweight},</if>
  401. <if test="fVolumn != null">f_volumn = #{fVolumn},</if>
  402. <if test="fTrademodeid != null">f_trademodeid = #{fTrademodeid},</if>
  403. <if test="fBillingway != null">f_billingway = #{fBillingway},</if>
  404. <if test="fSbu != null">f_sbu = #{fSbu},</if>
  405. <if test="fFeetunit != null">f_feetunit = #{fFeetunit},</if>
  406. <if test="fMblno != null">f_mblno = #{fMblno},</if>
  407. <if test="fVslvoy != null">f_vslvoy = #{fVslvoy},</if>
  408. <if test="fMarks != null and fMarks != ''">f_marks = #{fMarks},</if>
  409. <if test="fEta != null">f_eta = #{fEta},</if>
  410. <if test="fCustomno != null">f_customno = #{fCustomno},</if>
  411. <if test="fIfweigh != null">f_ifweigh = #{fIfweigh},</if>
  412. <if test="fIfpledge != null">f_ifpledge = #{fIfpledge},</if>
  413. <if test="fIfdamage != null">f_ifdamage = #{fIfdamage},</if>
  414. <if test="fBankcorpid != null">f_bankcorpid = #{fBankcorpid},</if>
  415. <if test="fBilltype != null">f_billtype = #{fBilltype},</if>
  416. <if test="fBillstatus != null">f_billstatus = #{fBillstatus},</if>
  417. <if test="delFlag != null">del_flag = #{delFlag},</if>
  418. <if test="createBy != null">create_by = #{createBy},</if>
  419. <if test="createTime != null">create_time = #{createTime},</if>
  420. <if test="fItemsStatus != null">f_items_status = #{fItemsStatus},</if>
  421. <if test="updateBy != null">update_by = #{updateBy},</if>
  422. <if test="updateTime != null">update_time = #{updateTime},</if>
  423. <if test="remark != null">remark = #{remark},</if>
  424. <if test="fBillingDeadline != null">f_billing_deadline = #{fBillingDeadline},</if>
  425. <if test="fProductName != null">f_product_name = #{fProductName},</if>
  426. <if test="fReviewDate != null">f_review_date = #{fReviewDate},</if>
  427. <if test="fTruckno != null">f_truckno = #{fTruckno},</if>
  428. <if test="fDriverName != null">f_driver_name = #{fDriverName},</if>
  429. <if test="fDriverTel != null">f_driver_tel = #{fDriverTel},</if>
  430. <if test="fDriverIdCar != null">f_driver_id_car = #{fDriverIdCar},</if>
  431. <if test="fBusinessType != null">f_business_type = #{fBusinessType},</if>
  432. <if test="fReviewDate == null">f_review_date = null,</if>
  433. </trim>
  434. where f_id = #{fId}
  435. </update>
  436. <delete id="deleteTWarehousebillsById" parameterType="Long">
  437. delete from t_warehousebills where f_id = #{fId}
  438. </delete>
  439. <delete id="deleteTWarehousebillsByIds" parameterType="String">
  440. delete
  441. item.*,
  442. bill.*,
  443. fess.*,
  444. enclosure.*
  445. from
  446. t_warehousebills bill
  447. LEFT JOIN t_warehousebillsfees fess ON fess.f_pid = bill.f_id
  448. LEFT JOIN t_enclosure enclosure ON enclosure.f_pid = bill.f_id
  449. LEFT JOIN t_warehousebillsitems item ON item.f_pid = bill.f_id
  450. where
  451. bill.f_id in
  452. <foreach item="fId" collection="array" open="(" separator="," close=")">
  453. #{fId}
  454. </foreach>
  455. </delete>
  456. <update id="warehouseFollowUpdate">
  457. update
  458. t_warehousebills
  459. <trim prefix="SET" suffixOverrides=",">
  460. <if test="fettle != null">f_billstatus = #{fettle},</if>
  461. <if test="auditItem != null and fettle == 6">f_review_date = #{auditItem},</if>
  462. <if test="auditItem != null and fettle != 6">f_review_date = null,</if>
  463. </trim>
  464. where f_id = #{fPid}
  465. </update>
  466. </mapper>