修复订单重复推送走兑换逻辑bug, 修复任务关闭失败bug
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
CREATE INDEX IF NOT EXISTS idx_message_deliveries_dedupe_success
|
||||
ON message_deliveries(provider, platform, shop_id, platform_order_id, channel, claim_url, created_at DESC)
|
||||
WHERE status = 'success';
|
||||
Reference in New Issue
Block a user