|
|
@@ -16,8 +16,6 @@
|
|
|
withdrawal_day,
|
|
|
transfer_in_day,
|
|
|
transfer_out_day,
|
|
|
--- auction_total,
|
|
|
- agile_total,
|
|
|
shareholder_total,
|
|
|
agile_interest_total,
|
|
|
proxy_rebate_total,
|
|
|
@@ -95,13 +93,6 @@
|
|
|
AND type = 7
|
|
|
AND create_time > DATE_SUB(CURDATE(), INTERVAL 1 DAY)
|
|
|
AND create_time < CURDATE()) AS transferOutDay,
|
|
|
--- auction_amount AS auctionTotal,
|
|
|
- (SELECT SUM(amount) - COALESCE(
|
|
|
- (SELECT SUM(t1.amount) FROM t_finance_bill AS t1 WHERE t1.type = 3 AND account_id = accountId),
|
|
|
- 0)
|
|
|
- FROM t_finance_bill
|
|
|
- WHERE type = 1
|
|
|
- AND account_id = accountId) AS agileTotal,
|
|
|
shareholder_amount + shareholder_interest AS shareholderTotal,
|
|
|
agile_interest AS agileInterestTotal,
|
|
|
proxy_interest AS proxyRebateTotal,
|