可以接收到咸鱼的订单创建连接
This commit is contained in:
@@ -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';
|
||||
Reference in New Issue
Block a user