diff --git a/business/jxstore/cms/sync.go b/business/jxstore/cms/sync.go index b2d497485..e459345d0 100644 --- a/business/jxstore/cms/sync.go +++ b/business/jxstore/cms/sync.go @@ -1290,7 +1290,6 @@ func SetMTPSStatus(ctx *jxcontext.Context, StoreId, CourierStatus int) { globals.SugarLogger.Debug("美团查询结果", StoreInfoList) if StoreInfoList == nil || StoreInfoList.DataList == nil { sl := make(map[string]interface{}) - sl["vendorStoreID"] = model.VendorIDMTPS sl["vendorStatus"] = 0 globals.SugarLogger.Debug("因为没找到被修改配送状态的VendorStoreID是", StoreLists[0].Name, StoreId) UpdateStoreCourierMap(ctx, nil, StoreId, model.VendorIDMTPS, sl, ctx.GetUserName())