Commit c220f5d9 authored by 吴春's avatar 吴春

提交代码

parent 86902d9e
......@@ -378,7 +378,7 @@ namespace Mall.WebApi.Controllers.User
Number = x.FinanceType == 1 ? x.Number : 1,
OriginalMoney = x.FinanceType == 1 ? ((x.CostMoney ?? 0) * (x.Number ?? 0)) : x.FreightCostMoney,
UnitPrice = x.FinanceType == 1 ? ((x.CostMoney ?? 0)) : x.FreightCostMoney,
Remark = x.GoodsName + x.OrderNo
Remark = x.GoodsName +x.Specification+ x.OrderNo
});
decimal totalMonry = 0;
......
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