Commit 16a877e4 authored by liudong1993's avatar liudong1993

1

parent 5d320590
......@@ -203,7 +203,7 @@ namespace Edu.Module.User
}
}
List<object> CopyPeopleList = new List<object>();
if (!string.IsNullOrEmpty(model.CopyPeople)) {
if (!string.IsNullOrEmpty(model.CopyPeople) && model.CopyPeople != "-1") {
//查询所有人
var elist = accountRepository.GetEmployeeListRepository(new Employee_ViewModel() { Group_Id = model.Group_Id, QIds = model.CopyPeople });
foreach (var item in elist) {
......
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