修改多时区问题解决
This commit is contained in:
@@ -45,8 +45,6 @@ namespace IRaCIS.Application.Services
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
Subject? mapedSubject = null;
|
||||
|
||||
if (subjectCommand.Id == null) //insert
|
||||
@@ -64,8 +62,6 @@ namespace IRaCIS.Application.Services
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
await _subjectRepository.SaveChangesAsync();
|
||||
|
||||
return ResponseOutput.Ok(mapedSubject.Id.ToString());
|
||||
|
||||
Reference in New Issue
Block a user