修改代码
This commit is contained in:
@@ -145,6 +145,10 @@ namespace IRaCIS.Core.API.Controllers
|
||||
public async Task<IResponseOutput> AddOrUpdateNoneDicomStudy(DataInspectionDto<NoneDicomStudyAddOrEdit> opt)
|
||||
{
|
||||
var fun = await _noneDicomStudyService.AddOrUpdateNoneDicomStudy(opt.OptCommand);
|
||||
if (!fun.IsSuccess)
|
||||
{
|
||||
return ResponseOutput.NotOk(fun.ErrorMessage);
|
||||
}
|
||||
if (opt.OptCommand.Id == null)
|
||||
{
|
||||
Dictionary<string, object> keyValuePairs = new Dictionary<string, object>();
|
||||
|
||||
Reference in New Issue
Block a user