Commit c018ffab authored by 黄奎's avatar 黄奎

页面修改

parent 4ea1efa0
...@@ -678,7 +678,6 @@ namespace Edu.WebApi.Controllers.Exam ...@@ -678,7 +678,6 @@ namespace Edu.WebApi.Controllers.Exam
flowNodeViewModel.FlowAduitList.Add(auditModel); flowNodeViewModel.FlowAduitList.Add(auditModel);
flowViewModel.FlowNodeList.Add(flowNodeViewModel); flowViewModel.FlowNodeList.Add(flowNodeViewModel);
} }
listFlow.Add(flowViewModel); listFlow.Add(flowViewModel);
} }
} }
...@@ -750,7 +749,7 @@ namespace Edu.WebApi.Controllers.Exam ...@@ -750,7 +749,7 @@ namespace Edu.WebApi.Controllers.Exam
} }
catch (Exception ex) catch (Exception ex)
{ {
Common.Plugin.LogHelper.Write(ex, "SetExaminationConfigure");
} }
} }
return flag ? ApiResult.Success(data: extModel) : ApiResult.Failed(); return flag ? ApiResult.Success(data: extModel) : ApiResult.Failed();
......
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