Commit 103a37f9 authored by 吴春's avatar 吴春

提交收益核算

parent 2f529aeb
......@@ -426,7 +426,7 @@ namespace Mall.WebApi.Controllers.AppletWeChat
datarow.ExcelRows.Add(new ExcelColumn(value: item.FXCommission.ToString("#0.00")) { });
datarow.ExcelRows.Add(new ExcelColumn(value: item.RemitFXCommission.ToString("#0.00")) { });
string commissionInfo = "";
if (item.OrderCommissionList != null && item.OrderCommissionList.Any())
if (item.OrderCommissionList != null && item.OrderCommissionList.Any()&&item.OrderStatus!=7)
{
foreach (var itemCommi in item.OrderCommissionList)
{
......
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