diff --git a/business/jxstore/act/act.go b/business/jxstore/act/act.go index fd11e3907..058f83fc7 100644 --- a/business/jxstore/act/act.go +++ b/business/jxstore/act/act.go @@ -532,9 +532,10 @@ func (a *ActManager) CreateActFromVendor(ctx *jxcontext.Context, act2 *model.Act func createActFromVendor(ctx *jxcontext.Context, db *dao.DaoDB, act2 *model.Act2, actStoreSku []*model.ActStoreSku2) (actID int, err error) { actMap := &model.ActMap{ - VendorID: act2.VendorID, - VendorActID: act2.VendorActID, - SyncStatus: 0, + VendorID: act2.VendorID, + VendorOrgCode: act2.VendorOrgCode, + VendorActID: act2.VendorActID, + SyncStatus: 0, } dao.WrapAddIDCULDEntity(actMap, ctx.GetUserName()) if actMap.VendorActID != "" {