소스 검색

20230207 13:35

wangzhuo 2 년 전
부모
커밋
0144b1459b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ruoyi-warehouse/src/main/resources/mapper/warehouseBusiness/TWarehousebillsfeesMapper.xml

+ 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,