过滤删除的条目
This commit is contained in:
parent
61441bd201
commit
60f4775cbc
@ -521,6 +521,8 @@ inner join (
|
||||
user_id
|
||||
from
|
||||
bundle_balance bb
|
||||
where
|
||||
bb.deleted_at is null
|
||||
group by
|
||||
bb.user_id
|
||||
) newest on
|
||||
|
Loading…
Reference in New Issue
Block a user