This commit is contained in:
Neo
2026-03-15 10:15:02 +08:00
parent 2dd217522c
commit 72bb11b34f
916 changed files with 65306 additions and 16102803 deletions

View File

@@ -29,7 +29,7 @@ cash_online AS (
FROM day_label dl
LEFT JOIN dwd.dwd_settlement_head h
ON h.create_time >= dl.day_start AND h.create_time < dl.day_end
AND h.settle_type = 1
AND h.settle_type IN (1, 3)
GROUP BY dl.day_name, dl.day_start
),
recharge AS (
@@ -57,7 +57,7 @@ member_guest AS (
FROM day_label dl
LEFT JOIN dwd.dwd_settlement_head h
ON h.create_time >= dl.day_start AND h.create_time < dl.day_end
AND h.settle_type = 1
AND h.settle_type IN (1, 3)
GROUP BY dl.day_name, dl.day_start
),
new_member AS (