Commit 8127efe7 authored by 黄奎's avatar 黄奎

页面修改

parent 0e32762c
......@@ -66,7 +66,7 @@ namespace Edu.Module.Question
{
{nameof(RB_Question_Bank_ViewModel.BankName), model.BankName }
};
flag = questionRepository.Update(fileds, new WhereHelper(nameof(RB_Question_Bank_ViewModel.BankId), model.BankId));
flag = question_BankRepository.Update(fileds, new WhereHelper(nameof(RB_Question_Bank_ViewModel.BankId), model.BankId));
}
else
{
......@@ -99,7 +99,7 @@ namespace Edu.Module.Question
{
{nameof(RB_Question_Bank_ViewModel.Status),status }
};
return questionRepository.Update(fileds, new WhereHelper(nameof(RB_Question_Bank_ViewModel.BankId), bankId));
return question_BankRepository.Update(fileds, new WhereHelper(nameof(RB_Question_Bank_ViewModel.BankId), bankId));
}
/// <summary>
......
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