Commit 0a0edbb8 authored by 黄奎's avatar 黄奎

页面西修改

parent 094cf17d
......@@ -682,6 +682,7 @@ namespace Edu.Module.Course
{
new WhereHelper (nameof(RB_Class_Plan_ViewModel.ClassId),extModel.ClassId),
new WhereHelper (nameof(RB_Class_Plan_ViewModel.ClassDate),extModel.ClassDate),
new WhereHelper (nameof(RB_Class_Plan_ViewModel.Status),(int)DateStateEnum.Normal),
};
if (extModel.ClassPlanId > 0)
{
......
......@@ -148,12 +148,12 @@ namespace Edu.Module.Course
foreach (var subItem in item.FlowAduitList)
{
//指定人员
if (subItem.AuditType == 1)
if (subItem.AuditType == Common.Enum.User.WFTAuditTypeEnum.SpecifiedMember)
{
AuditedId += subItem.UserId + ",";
}
//指定角色
else if (subItem.AuditType == 2)
else if (subItem.AuditType == Common.Enum.User.WFTAuditTypeEnum.Role)
{
//本班教师审核
if (subItem.PostType == 1)
......
This diff is collapsed.
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