1
This commit is contained in:
@@ -148,7 +148,7 @@ func (p *PurchaseHandler) getOrder(vendorOrgCode string, vendorOrderID int64, ve
|
||||
}
|
||||
|
||||
if len(activityId) > 0 {
|
||||
sku.StoreSubID = int(activityId[0])
|
||||
sku.StoreSubID = activityId[0]
|
||||
sku.StoreSubName = strings.Join(activityName, ",")
|
||||
}
|
||||
if sku.Weight == 0 {
|
||||
|
||||
@@ -162,7 +162,7 @@ func (p *PurchaseHandler) getOrder(vendorOrgCode, vendorOrderID, vendorStoreID s
|
||||
activityName = append(activityName, utils.Int64ToStr(v.CampaignId)+":"+v.CampaignName)
|
||||
}
|
||||
if len(activityId) > 0 {
|
||||
sku.StoreSubID = int(activityId[0])
|
||||
sku.StoreSubID = activityId[0]
|
||||
sku.StoreSubName = strings.Join(activityName, ",")
|
||||
}
|
||||
if sku.Weight == 0 {
|
||||
|
||||
Reference in New Issue
Block a user