no message
This commit is contained in:
parent
eec08ab7b3
commit
9794c018c3
1 changed files with 2 additions and 2 deletions
|
|
@ -1538,8 +1538,8 @@ namespace BMA.EHR.Recruit.Service.Controllers
|
|||
{
|
||||
foreach (var x in _oldScores)
|
||||
{
|
||||
x.Number = null;
|
||||
x.RemarkExamOrder = null;
|
||||
x.Number = string.Empty;
|
||||
x.RemarkExamOrder = string.Empty;
|
||||
}
|
||||
await _context.SaveChangesAsync();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue