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