|
@@ -20,7 +20,8 @@
|
|
su.PHONE,
|
|
su.PHONE,
|
|
cr.new_account_balance newAccountBalance,
|
|
cr.new_account_balance newAccountBalance,
|
|
cr.new_voucher_balance newVoucherBalance,
|
|
cr.new_voucher_balance newVoucherBalance,
|
|
- su.USER_REFERRAL_CODE userCode
|
|
|
|
|
|
+ su.USER_REFERRAL_CODE userCode,
|
|
|
|
+ cr.create_user
|
|
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
|
|
left join SYS_ORG so on so.id = cr.consumption_org
|
|
left join SYS_ORG so on so.id = cr.consumption_org
|