1
This commit is contained in:
@@ -37,7 +37,7 @@ func (c *MtwmController) onCallbackMsg(msgType string) {
|
|||||||
json.Unmarshal([]byte(msg.FormData.Get("pick_up_data")), &finishedPickup)
|
json.Unmarshal([]byte(msg.FormData.Get("pick_up_data")), &finishedPickup)
|
||||||
vendorStoreId = finishedPickup.AppPoiCode
|
vendorStoreId = finishedPickup.AppPoiCode
|
||||||
}
|
}
|
||||||
if vendorStoreId == "" {
|
if vendorStoreId == "" && msgType != "skuDelete" {
|
||||||
ddmsg.SendUserMessage(dingdingapi.MsgTyeText, "2452A93EEB9111EC9B06525400E86DC0", "美团菜市推果园,果园退超市未找到门店", fmt.Sprintf("美团菜市推果园,获取平台门店ID异常cmd:%s,storeId:%s", msgType, vendorStoreId))
|
ddmsg.SendUserMessage(dingdingapi.MsgTyeText, "2452A93EEB9111EC9B06525400E86DC0", "美团菜市推果园,果园退超市未找到门店", fmt.Sprintf("美团菜市推果园,获取平台门店ID异常cmd:%s,storeId:%s", msgType, vendorStoreId))
|
||||||
}
|
}
|
||||||
if _, have := MTWMVendorStoreIDMap.Load(vendorStoreId); vendorStoreId != "" && !have {
|
if _, have := MTWMVendorStoreIDMap.Load(vendorStoreId); vendorStoreId != "" && !have {
|
||||||
|
|||||||
Reference in New Issue
Block a user