Added updated at in action API
This commit is contained in:
parent
30fa924d0f
commit
b9f2bc53c8
@ -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
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user