代码修改

IRC_NewDev
he 2023-09-27 11:43:46 +08:00
parent 70f1faa312
commit 8823392846
1 changed files with 1 additions and 1 deletions

View File

@ -2040,7 +2040,7 @@ namespace IRaCIS.Application.Services
rowInfo.Id = inDto.RowId == null ? NewId.NextGuid() : inDto.RowId.Value;
result.RowId = rowInfo.Id;
rowInfo.IsCurrentTaskAdd = isCurrentTaskAdd;
rowInfo.FristAddTaskId = inDto.RowId == null ? rowInfo.Id : rowInfo.FristAddTaskId;
if (inDto.RowId == null)
{