Commit 1a9ab92f authored by 黄奎's avatar 黄奎

222

parent 677c9da2
...@@ -3553,7 +3553,7 @@ namespace Edu.Module.Course ...@@ -3553,7 +3553,7 @@ namespace Edu.Module.Course
item.CreateType = tempStu?.CreateType ?? StuCreateTypeEnum.EmployeeInput; item.CreateType = tempStu?.CreateType ?? StuCreateTypeEnum.EmployeeInput;
item.StuSourceIdName = tempStu?.StuSourceIdName ?? ""; item.StuSourceIdName = tempStu?.StuSourceIdName ?? "";
item.BrokerageMoney = rclist.Where(x => x.OrderId == item.OrderId).Sum(x => x.CommissionMoeny); item.BrokerageMoney = rclist.Where(x => x.OrderId == item.OrderId && x.Status > 0).Sum(x => x.CommissionMoeny);
} }
} }
return orderList; return orderList;
......
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