feat(api): process, sub, tnk, work в update добавлено изменение даты изменения.
This commit is contained in:
@@ -175,6 +175,7 @@ namespace PARR.API.Controllers.V1
|
||||
|
||||
orig.Name = request.Name.Trim();
|
||||
orig.EsppId = request.EsppId;
|
||||
orig.DateModified = DateTimeOffset.UtcNow;
|
||||
|
||||
if (!await processService.CommitAsync())
|
||||
return BadRequest(new Response(false, new List<ErrorModel> { new ErrorModel { Message = "Ошибка при изменении процесса." } }));
|
||||
|
||||
Reference in New Issue
Block a user