修改bug
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
da6746beea
commit
654fb7116b
|
@ -650,7 +650,7 @@ namespace IRaCIS.Core.Application.Service.ImageAndDoc
|
|||
[HttpPost]
|
||||
public async Task<List<TaskNoneDicomStudyDTO>> GetIRUploadTaskNoneDicomStudyList(IRUploadStudyQuery inQuery)
|
||||
{
|
||||
var subjectCode = string.Empty;
|
||||
var subjectCode = inQuery.SubjectCode;
|
||||
var subjectId = inQuery.SubjectId;
|
||||
var doctorUserId = _userInfo.Id;
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ namespace IRaCIS.Core.Infra.EFCore;
|
|||
|
||||
public class AuditEntityInterceptor(IUserInfo _userInfo,
|
||||
ILogger<AuditEntityInterceptor> _logger
|
||||
//,ISendEndpoint _sendEndpoint
|
||||
//, IBus _bus
|
||||
) : SaveChangesInterceptor
|
||||
{
|
||||
|
||||
|
@ -248,7 +248,7 @@ public class AuditEntityInterceptor(IUserInfo _userInfo,
|
|||
|
||||
// foreach (var domainCommand in domainCommands)
|
||||
// {
|
||||
// await _sendEndpoint.Send(domainCommand.GetType(), domainCommand);
|
||||
// await _bus.Send(domainCommand.GetType(), domainCommand);
|
||||
// }
|
||||
//}
|
||||
#endregion
|
||||
|
|
Loading…
Reference in New Issue