Commit 870d07e4 authored by 黄奎's avatar 黄奎

页面修改

parent d405723b
...@@ -536,7 +536,7 @@ namespace Edu.Module.Exam ...@@ -536,7 +536,7 @@ namespace Edu.Module.Exam
} }
if (flag && QuestionTypeId > 0) if (flag && QuestionTypeId > 0)
{ {
flag = examination_DetailsRepository.DeleteOne(new WhereHelper(nameof(RB_Examination_Details_ViewModel.QuestionTypeId), QuestionTypeId)); examination_DetailsRepository.DeleteOne(new WhereHelper(nameof(RB_Examination_Details_ViewModel.QuestionTypeId), QuestionTypeId));
} }
return flag; return flag;
} }
......
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