直接换货流程
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 8m28s

This commit is contained in:
Break
2026-06-03 16:55:32 +08:00
parent 46ede81aef
commit 5f57429fb0
13 changed files with 718 additions and 167 deletions

View File

@@ -0,0 +1,9 @@
-- 回滚直接换货流程字段与索引
DROP INDEX IF EXISTS idx_exchange_order_completed_at;
DROP INDEX IF EXISTS idx_exchange_order_new_asset;
DROP INDEX IF EXISTS idx_exchange_order_flow_status;
ALTER TABLE tb_exchange_order
DROP COLUMN IF EXISTS completed_at,
DROP COLUMN IF EXISTS shipped_at,
DROP COLUMN IF EXISTS flow_type;