数据大屏
This commit is contained in:
parent
f26bbbc310
commit
b76e6e3a93
@ -1474,7 +1474,12 @@
|
||||
UNION ALL
|
||||
SELECT user_id, sys_origin, amount, create_time
|
||||
FROM likei_wallet.user_salary_diamond_running_water
|
||||
WHERE type = 1 AND salary_event = 'SALARY_EXCHANGE_GOLD_COINS'
|
||||
WHERE type = 1
|
||||
AND salary_event IN (
|
||||
'SALARY_EXCHANGE_GOLD_COINS',
|
||||
'EXCHANGE_GOLD_COINS',
|
||||
'BILL_EXCHANGE_GOLD_COINS'
|
||||
)
|
||||
) t
|
||||
INNER JOIN user_base_info u ON u.id = t.user_id
|
||||
WHERE 1 = 1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user