|
@@ -18,8 +18,8 @@
|
|
IFNULL(cr.account_balance,0) account_balance,
|
|
IFNULL(cr.account_balance,0) account_balance,
|
|
cr.adjust_type,
|
|
cr.adjust_type,
|
|
su.PHONE,
|
|
su.PHONE,
|
|
- su.ACCOUNT_BALANCE newAccountBalance,
|
|
|
|
- su.VOUCHER_BALANCE newVoucherBalance,
|
|
|
|
|
|
+ cr.new_account_balance newAccountBalance,
|
|
|
|
+ cr.new_voucher_balance newVoucherBalance,
|
|
su.USER_REFERRAL_CODE userCode
|
|
su.USER_REFERRAL_CODE userCode
|
|
from biz_consumption_record cr
|
|
from biz_consumption_record cr
|
|
left join SYS_USER su on cr.user_id = su.id
|
|
left join SYS_USER su on cr.user_id = su.id
|