修改答案
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
1031222e47
commit
91b66660a6
|
|
@ -291,12 +291,14 @@ namespace IRaCIS.Core.Application.Service
|
|||
public async Task<IResponseOutput> AddNoneDicomMark(AddNoneDicomMarkInDto inDto)
|
||||
{
|
||||
|
||||
var entity = await _readingNoneDicomMarkRepository.InsertOrUpdateAsync(inDto, true);
|
||||
var entity = await _readingNoneDicomMarkRepository.InsertOrUpdateAsync(inDto,true);
|
||||
|
||||
if (inDto.Proportion != null)
|
||||
{
|
||||
await this.ChangePlottingScale(entity.Id, inDto.Proportion.Value);
|
||||
}
|
||||
|
||||
await _visitTaskRepository.SaveChangesAsync();
|
||||
return ResponseOutput.Ok(entity.Id);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue