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 {