|
|
@@ -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",
|