移除履约任务表

This commit is contained in:
yml2213
2026-07-31 00:03:29 +08:00
parent ee956e2e01
commit fe71276e62
5 changed files with 5 additions and 75 deletions
@@ -0,0 +1,2 @@
-- 当前履约流程由上游通过 URL 获取订单号后主动查单和回传结果,不再维护独立任务表。
DROP TABLE IF EXISTS fulfillment_jobs;