Added updated at in action API

This commit is contained in:
ashutosh.nehete 2025-08-04 12:26:33 +05:30
parent 30fa924d0f
commit b9f2bc53c8

View File

@ -737,6 +737,7 @@ namespace Marco.Pms.Services.Service
ExpenseId = expense.Id, ExpenseId = expense.Id,
Action = $"Status changed to '{statusTransition.NextStatus?.Name}'", Action = $"Status changed to '{statusTransition.NextStatus?.Name}'",
UpdatedById = loggedInEmployee.Id, UpdatedById = loggedInEmployee.Id,
UpdateAt = DateTime.UtcNow,
Comment = model.Comment, Comment = model.Comment,
TenantId = tenantId TenantId = tenantId
}); });