Commit 3a352165 authored by 黄奎's avatar 黄奎
parents 37f6075f 5fee3313
...@@ -2563,7 +2563,7 @@ namespace Mall.Module.Product ...@@ -2563,7 +2563,7 @@ namespace Mall.Module.Product
{ {
return ApiResult.Failed("订单合计金额不正确"); return ApiResult.Failed("订单合计金额不正确");
} }
demodel.PreferPrice = TotalMoney; demodel.PreferPrice = TotalMoney + CouponsMoney;
var trans = goods_OrderRepository.DbTransaction; var trans = goods_OrderRepository.DbTransaction;
try try
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment