过滤删除的条目

This commit is contained in:
lzh 2025-10-21 14:50:56 +08:00
parent 61441bd201
commit 60f4775cbc

View File

@ -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