ソースを参照

1.电销毛利润

wuhp 1 年間 前
コミット
018f9af9ef

+ 2 - 1
src/main/resources/mapper/modules/admin/TaskStatisticsMapper.xml

@@ -188,7 +188,8 @@
         IFNULL(sum(a.sypremium),0) as "sypremium",
         IFNULL(sum(a.taxamount),0) as "taxamount",
         IFNULL(sum(a.jypremium),0) as "jypremium",
-        IFNULL(sum(a.exportAllFee),0) as "exportAllFee"
+        IFNULL(sum(a.exportAllFee),0) as "exportAllFee",
+        IFNULL(sum(a.entranceAllFee),0) as "entranceAllFee"
         FROM (
         SELECT
         io.userid AS "userId",