...
|
...
|
@@ -246,6 +246,7 @@ func isAssistFlag(transactionContext application.TransactionContext, taskData *d |
|
|
CreatedAt: time.Now(),
|
|
|
UpdatedAt: time.Now(),
|
|
|
CompanyId: taskData.CompanyId,
|
|
|
TaskRecordId: taskRecord.Id,
|
|
|
TaskId: taskData.Id,
|
|
|
Category: domain.AnomalyCategoryType3,
|
|
|
CurrentStage: taskData.CurrentStage,
|
...
|
...
|
@@ -361,6 +362,7 @@ func isAssessFlag(transactionContext application.TransactionContext, taskData *d |
|
|
UpdatedAt: time.Now(),
|
|
|
CompanyId: taskData.CompanyId,
|
|
|
TaskId: taskData.Id,
|
|
|
TaskRecordId: taskRecord.Id,
|
|
|
Category: domain.AnomalyCategoryType2,
|
|
|
CurrentStage: taskData.CurrentStage,
|
|
|
LastStage: taskData.LastStage,
|
...
|
...
|
|