Added the update at in job details update log histeroy vm

This commit is contained in:
ashutosh.nehete 2025-11-20 15:39:53 +05:30
parent 24e45037da
commit df0e9f7b46

View File

@ -32,6 +32,7 @@ namespace Marco.Pms.Services.Service
private readonly IMapper _mapper;
private readonly UtilityMongoDBHelper _updateLogHelper;
private readonly Guid NewStatus = Guid.Parse("32d76a02-8f44-4aa0-9b66-c3716c45a918");
private readonly Guid AssignedStatus = Guid.Parse("cfa1886d-055f-4ded-84c6-42a2a8a14a66");
private readonly Guid InProgressStatus = Guid.Parse("5a6873a5-fed7-4745-a52f-8f61bf3bd72d");
@ -1679,6 +1680,7 @@ namespace Marco.Pms.Services.Service
Status = status,
NextStatus = nextStatus,
Comment = ul.Comment,
UpdatedAt = ul.UpdatedAt,
UpdatedBy = _mapper.Map<BasicEmployeeVM>(ul.UpdatedBy)
};
}).ToList();