修改多时区问题解决

This commit is contained in:
2024-03-14 14:18:16 +08:00
parent ca90736366
commit 64b750b06e
3 changed files with 12 additions and 17 deletions
@@ -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());