Commit 5c9bd9b4 authored by 吴春's avatar 吴春

提交代码

parent 94f4bcbd
...@@ -752,7 +752,7 @@ namespace Mall.WebApi.Controllers.AppletWeChat ...@@ -752,7 +752,7 @@ namespace Mall.WebApi.Controllers.AppletWeChat
} }
if (totalReturn > 0) if (totalReturn > 0)
{ {
totalReturn = Math.Round((totalReturn * (Convert.ToDecimal(Config.SettlementRate) / 100)), 2, MidpointRounding.AwayFromZero); totalReturn = list.Sum(x => x.ReturnServiceCharge); //Math.Round((totalReturn * (Convert.ToDecimal(Config.SettlementRate) / 100)), 2, MidpointRounding.AwayFromZero);
} }
decimal AvgGrossProfit = 0; decimal AvgGrossProfit = 0;
int GoodsNum = 0; int GoodsNum = 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