Browse Source

1.优化资产提成计算

GouGengquan 3 tuần trước cách đây
mục cha
commit
189547d3a3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      dao/src/main/resources/mapper/FinanceRealFundMapper.xml

+ 1 - 1
dao/src/main/resources/mapper/FinanceRealFundMapper.xml

@@ -1254,7 +1254,7 @@
             ap.production_no AS reportNo,
             IF
             ( fc.claim_datetime > ap.save_file_date, fc.claim_datetime, ap.save_file_date ) AS settleDate,
-            ap.assets_name AS name,
+            IFNULL(ap.assets_name, a.name) AS name,
             ap.created,
             dd.name AS businessCate,
             IFNULL(cd.ratio,bcr.min_ratio) AS ratio,