实现资产双向换货链路查询

This commit is contained in:
2026-07-22 18:05:38 +09:00
parent 7c8a4cd328
commit c58773e35b
16 changed files with 1133 additions and 40 deletions

View File

@@ -0,0 +1,3 @@
-- 回滚换货链双向查询索引,不修改换货单业务数据。
DROP INDEX IF EXISTS idx_exchange_trace_old_asset;
DROP INDEX IF EXISTS idx_exchange_trace_new_asset;