diff --git a/business/jxstore/cms/store.go b/business/jxstore/cms/store.go index 9c3e06b3b..6da8f5c12 100644 --- a/business/jxstore/cms/store.go +++ b/business/jxstore/cms/store.go @@ -1180,6 +1180,7 @@ func AddStoreVendorMap(ctx *jxcontext.Context, db *dao.DaoDB, vendorID int, vend return nil, err } } else if vendorID == model.VendorIDJDShop { + storeMap.VendorOrgCode = "1" if storeMap.VendorStoreID == "" { storeMap.SyncStatus = model.SyncFlagNewMask //京东商城要去建店 } else {