Commit 8064b8f6 authored by liudong1993's avatar liudong1993

1

parent 71ba697b
...@@ -757,7 +757,8 @@ namespace Edu.Module.Course ...@@ -757,7 +757,8 @@ namespace Edu.Module.Course
x.UserId, x.UserId,
x.UserName, x.UserName,
x.StudentCount, x.StudentCount,
CurrentPeriodMoney = x.CurrentPeriodMoney + x.PeopleNumMoney, x.CurrentPeriodMoney,
x.PeopleNumMoney,
IsGiveOut = EmpIdList.Contains(x.UserId) ? 1 : 2 IsGiveOut = EmpIdList.Contains(x.UserId) ? 1 : 2
}); });
} }
......
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