可以接收到咸鱼的订单创建连接

This commit is contained in:
yml
2026-04-08 23:20:21 +08:00
parent a2b09c89e8
commit c2ec3aa6d2
10 changed files with 608 additions and 64 deletions
@@ -0,0 +1,3 @@
UPDATE orders
SET total_amount = total_amount * 100
WHERE total_amount != 0;
@@ -0,0 +1,11 @@
UPDATE orders
SET platform = 'xianyu'
WHERE lower(trim(platform)) = 'aldsidle';
UPDATE webhook_events
SET platform = 'xianyu'
WHERE lower(trim(platform)) = 'aldsidle';
UPDATE message_deliveries
SET platform = 'xianyu'
WHERE lower(trim(platform)) = 'aldsidle';