项目用户添加是否教育人字段
This commit is contained in:
@@ -70,6 +70,11 @@ namespace FineUIPro.Web.ProjectData
|
||||
{
|
||||
this.drpRole.Text = role.RoleName;
|
||||
}
|
||||
var isEducator = BLL.ConstValue.drpConstItemList(ConstValue.Group_0001).FirstOrDefault(x => x.ConstValue == Convert.ToString(projectUser.IsEducator));
|
||||
if (isEducator != null)
|
||||
{
|
||||
this.drpIsEducator.Text = isEducator.ConstText;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user