|
@@ -84,7 +84,7 @@
|
|
and a.post_status_ = 'RECORDED' and a.in_or_out_ = 'IN') as amountRecorded,
|
|
and a.post_status_ = 'RECORDED' and a.in_or_out_ = 'IN') as amountRecorded,
|
|
(select sum(a.trans_amount_) from user_cash_account_record a where a.account_id_ = t.user_id_
|
|
(select sum(a.trans_amount_) from user_cash_account_record a where a.account_id_ = t.user_id_
|
|
and a.post_status_ in ('RECORDED','WAIT') and a.in_or_out_ = 'IN'
|
|
and a.post_status_ in ('RECORDED','WAIT') and a.in_or_out_ = 'IN'
|
|
- and a.biz_type_ in ('LIVE_SHARE','VIDEO_SHARE','MUSIC_SHARE','VIP_SHARE','MALL_SHARE','ACTI_REGIST_SHARE')) as amountShare
|
|
|
|
|
|
+ and a.biz_type_ in ('LIVE_SHARE','VIDEO_SHARE','MUSIC_SHARE','ALBUM_SHARE','VIP_SHARE','MALL_SHARE','ACTI_REGIST_SHARE')) as amountShare
|
|
FROM user_cash_account t
|
|
FROM user_cash_account t
|
|
where t.user_id_ = #{id}
|
|
where t.user_id_ = #{id}
|
|
</select>
|
|
</select>
|