소스 검색

2022年11月1日12:33:56

纪新园 2 년 전
부모
커밋
dc300bb17b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ruoyi-warehouse/src/main/resources/mapper/reportManagement/TWhgenlegMapper.xml

+ 1 - 1
ruoyi-warehouse/src/main/resources/mapper/reportManagement/TWhgenlegMapper.xml

@@ -352,7 +352,7 @@
                 f_grossweightD = f_grossweightD + #{map.warehousebillsitems.fGrossweight},
                 f_qtyblc = f_qtyblc + #{map.warehousebillsitems.fQty}
                 ,f_chargedate = #{map.warehousebillsitems.fBsdate},
-                checklists = #{map.warehousebillsitems.checklists},
+                checklists = #{map.warehousebillsitems.checklists}
                 <if test="map.warehousebillsitems.fCustomno != null  and map.warehousebillsitems.fCustomno != ''">
                     ,f_customno = #{map.warehousebillsitems.fCustomno}
                 </if>