This commit is contained in:
邹宗楠
2023-07-14 17:46:44 +08:00
parent 2909a9ae8d
commit 35ca3a47cc
6 changed files with 7 additions and 7 deletions

View File

@@ -868,7 +868,7 @@ func updateSingleOrderEarningPrice(order *model.GoodsOrder, db *dao.DaoDB) {
if actStoreSku := actStoreSkuMap.GetActStoreSku(jxStoreID, skuID, order.VendorID); actStoreSku != nil {
v.EarningPrice = actStoreSku.EarningPrice
if true { //v.StoreSubName != "" { // 之前这里为什么要加判断?
v.StoreSubID = actStoreSku.ActID
v.StoreSubID = int64(actStoreSku.ActID)
}
}
}