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