aa
This commit is contained in:
@@ -329,6 +329,7 @@ type VendorActMap struct {
|
|||||||
ActType int `json:"actType"`
|
ActType int `json:"actType"`
|
||||||
VendorID int `json:"vendorID"`
|
VendorID int `json:"vendorID"`
|
||||||
ActPrice int `json:"actPrice"`
|
ActPrice int `json:"actPrice"`
|
||||||
|
Origin int `json:"origin"` //创建来源。1表示京西创建,0表示平台创建
|
||||||
}
|
}
|
||||||
|
|
||||||
type SkuNameAndPlace struct {
|
type SkuNameAndPlace struct {
|
||||||
@@ -1481,6 +1482,7 @@ func UpdateActPrice4StoreSkuNameNew(db *DaoDB, storeIDs, skuIDs []int, skuNamesI
|
|||||||
ActType: v.ActType,
|
ActType: v.ActType,
|
||||||
ActPrice: v.ActPrice,
|
ActPrice: v.ActPrice,
|
||||||
VendorID: actStoreSku.VendorID,
|
VendorID: actStoreSku.VendorID,
|
||||||
|
Origin: 1,
|
||||||
})
|
})
|
||||||
actVendorMap[actStoreSku.VendorID] = &struct{}{}
|
actVendorMap[actStoreSku.VendorID] = &struct{}{}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user