1
This commit is contained in:
@@ -406,6 +406,8 @@ func (p *PurchaseHandler) createOrUpdateStoreSkus(ctx *jxcontext.Context, storeI
|
|||||||
storeSku.VendorMainId = localThing[0].VendorThingID
|
storeSku.VendorMainId = localThing[0].VendorThingID
|
||||||
mainIdInt = utils.Str2Int64(localThing[0].VendorThingID)
|
mainIdInt = utils.Str2Int64(localThing[0].VendorThingID)
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
mainIdInt = utils.Str2Int64(storeSku.VendorMainId)
|
||||||
}
|
}
|
||||||
|
|
||||||
// 修改商品
|
// 修改商品
|
||||||
|
|||||||
Reference in New Issue
Block a user