From 66b172927b0e9b17ef056193a1b52f5ab461cef5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Thu, 13 Feb 2025 12:48:17 +0800 Subject: [PATCH] 1 --- controllers/mtwm_callback.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/mtwm_callback.go b/controllers/mtwm_callback.go index 594c86e06..1967807ed 100644 --- a/controllers/mtwm_callback.go +++ b/controllers/mtwm_callback.go @@ -37,7 +37,7 @@ func (c *MtwmController) onCallbackMsg(msgType string) { json.Unmarshal([]byte(msg.FormData.Get("pick_up_data")), &finishedPickup) vendorStoreId = finishedPickup.AppPoiCode } - if vendorStoreId == "" { + if vendorStoreId == "" && msgType != "skuDelete" { ddmsg.SendUserMessage(dingdingapi.MsgTyeText, "2452A93EEB9111EC9B06525400E86DC0", "美团菜市推果园,果园退超市未找到门店", fmt.Sprintf("美团菜市推果园,获取平台门店ID异常cmd:%s,storeId:%s", msgType, vendorStoreId)) } if _, have := MTWMVendorStoreIDMap.Load(vendorStoreId); vendorStoreId != "" && !have {