feat(M08-C): 建立管理员房态运营入口

This commit is contained in:
Codex
2026-08-10 10:06:12 +08:00
parent 1160f16e8d
commit b70ada06a8
24 changed files with 699 additions and 15 deletions
@@ -1,4 +1,4 @@
SELECT COUNT(*) AS expected_columns
SELECT column_name
FROM information_schema.columns
WHERE table_schema = DATABASE()
AND table_name = 'qipai_recharge_orders'
@@ -10,7 +10,7 @@ WHERE table_schema = DATABASE()
'raw_notify'
);
SELECT COUNT(*) AS expected_indexes
SELECT index_name
FROM information_schema.statistics
WHERE table_schema = DATABASE()
AND table_name = 'qipai_recharge_orders'