vendororgcode

This commit is contained in:
苏尹岚
2020-11-20 09:15:09 +08:00
parent 09b5536cc1
commit 6fd6a85b84

View File

@@ -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 {