删除京东商商品修改

This commit is contained in:
苏尹岚
2020-05-22 16:25:16 +08:00
parent dc7c9d210c
commit b434f727a8
5 changed files with 18 additions and 10 deletions

View File

@@ -401,6 +401,7 @@ func (c *OrderManager) updateOrderSkuOtherInfo(order *model.GoodsOrder, db *dao.
earningPrice = int(utils.Float64TwoInt64(math.Round(utils.Int2Float64(int(v.SalePrice)) * utils.Int2Float64(storePayPercentage) / 100)))
}
v.EarningPrice = int64(earningPrice)
// v.StoreSubID = 0
}
// }
}