Commit 7c72ee25 authored by 黄奎's avatar 黄奎

页面修改

parent a1c92ed4
...@@ -698,7 +698,7 @@ namespace Edu.Module.Course ...@@ -698,7 +698,7 @@ namespace Edu.Module.Course
}; };
if (!string.IsNullOrEmpty(StuIDCard)) if (!string.IsNullOrEmpty(StuIDCard))
{ {
keyValues.Add(nameof(RB_Education_Contract_ViewModel.Sign), StuIDCard); keyValues.Add(nameof(RB_Education_Contract_ViewModel.StuIDCard), StuIDCard);
} }
var model = education_ContractRepository.GetEntity(contractId); var model = education_ContractRepository.GetEntity(contractId);
var notifyObj = accountRepository.GetEntity(model.CreateBy); var notifyObj = accountRepository.GetEntity(model.CreateBy);
......
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