Parcourir la source

20230207 13:35

wangzhuo il y a 2 ans
Parent
commit
0144b1459b

+ 1 - 1
ruoyi-warehouse/src/main/resources/mapper/warehouseBusiness/TWarehousebillsfeesMapper.xml

@@ -1894,7 +1894,7 @@
         tw.f_billingway,
         tw.f_bsdate,
         tw.f_originalbilldate,
-        tw.f_stltypeid,
+        IFNULL(tw.f_stltypeid,0) AS f_stltypeid,
         sd.dict_label AS fBillingwayName,
         tw.f_business_type,
         tw.f_src_type_id,