Commit 6be364a0 authored by 黄奎's avatar 黄奎

页面修改

parent 7582de54
...@@ -704,7 +704,7 @@ namespace Edu.Module.Course ...@@ -704,7 +704,7 @@ namespace Edu.Module.Course
Dictionary<string, object> keyValues = new Dictionary<string, object>() Dictionary<string, object> keyValues = new Dictionary<string, object>()
{ {
{ nameof(RB_BackClass_Protocol_ViewModel.PartyASign),sign}, { nameof(RB_BackClass_Protocol_ViewModel.PartyASign),sign},
{ nameof(RB_BackClass_Protocol_ViewModel.PartyASign),DateTime.Now}, { nameof(RB_BackClass_Protocol_ViewModel.PartyASignDate),DateTime.Now},
{ nameof(RB_BackClass_Protocol_ViewModel.SignDate),DateTime.Now}, { nameof(RB_BackClass_Protocol_ViewModel.SignDate),DateTime.Now},
}; };
return backClass_ProtocolRepository.Update(keyValues, new WhereHelper(nameof(RB_BackClass_Protocol_ViewModel.Id), Id)); return backClass_ProtocolRepository.Update(keyValues, new WhereHelper(nameof(RB_BackClass_Protocol_ViewModel.Id), Id));
......
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