|
|
|
@ -61,7 +61,7 @@ |
|
|
|
order by dawar.create_time desc |
|
|
|
</select> |
|
|
|
|
|
|
|
<select id="getTodayLiveIncome" resultType="java.math.BigDecimal" parameterType="java.lang.Long"> |
|
|
|
<select id="getTodayLiveIncome" resultType="java.math.BigDecimal"> |
|
|
|
SELECT IFNULL(SUM(dawar.trade_amount), 0) |
|
|
|
From da_wallet_account as dawa |
|
|
|
INNER JOIN da_wallet_account_record as dawar on dawar.wallet_account_id = dawa.id |
|
|
|
|