From 5e29b3471d3d26e398522d3b519cdc13e9fd7c20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Fri, 7 Feb 2025 11:14:08 +0800 Subject: [PATCH] 1 --- business/partner/delivery/fn/waybill.go | 1 - 1 file changed, 1 deletion(-) diff --git a/business/partner/delivery/fn/waybill.go b/business/partner/delivery/fn/waybill.go index 24f15be58..31eca50ad 100644 --- a/business/partner/delivery/fn/waybill.go +++ b/business/partner/delivery/fn/waybill.go @@ -385,7 +385,6 @@ func OnWaybillExceptFn(msg *fnpsapi.AbnormalReportNotify, reallyData *fnpsapi.Sh } return fnpsapi.Err2CallbackResponse(nil, "") } - model.StoreSkuBind{} return CurDeliveryHandler.OnWaybillExcept(msg) }