- OrderSkuFinancial中的Count正确更新(三平台)
- 售后单审核后,确认收到退货后设置标志 - GetAfsOrderSkuInfo返回图片image
This commit is contained in:
@@ -149,6 +149,8 @@ func (c *PurchaseHandler) buildAfsOrder(afsInfo *jdapi.AfsServiceResponse) (afsO
|
||||
VendorOrderID: afsOrder.VendorOrderID,
|
||||
VendorStoreID: afsOrder.VendorStoreID,
|
||||
StoreID: afsOrder.StoreID,
|
||||
Count: x.SkuCount,
|
||||
|
||||
// ConfirmTime: afsOrder.AfsCreateAt,
|
||||
VendorSkuID: utils.Int64ToStr(x.WareID),
|
||||
SkuID: int(utils.Str2Int64WithDefault(x.SkuIDIsv, 0)),
|
||||
|
||||
Reference in New Issue
Block a user