diff --git a/business/jxstore/cms/store.go b/business/jxstore/cms/store.go index 5c1030dbf..1e3ffddc3 100644 --- a/business/jxstore/cms/store.go +++ b/business/jxstore/cms/store.go @@ -1484,6 +1484,7 @@ func AddStoreVendorMap(ctx *jxcontext.Context, db *dao.DaoDB, vendorID int, vend userName := ctx.GetUserName() storeMap.StoreID = storeID storeMap.VendorID = vendorID + globals.SugarLogger.Debugf("vendorID1111111111111111===============", vendorID) storeMap.VendorOrgCode = vendorOrgCode storeMap.Status = model.StoreStatusOpened storeMap.DeliveryType = model.StoreDeliveryTypeByStore