...
|
...
|
@@ -601,3 +601,16 @@ func (rs *EvaluationProjectService) CheckRecipients(in *command.CheckRecipientCo |
|
|
}
|
|
|
return map[string]interface{}{"repeatNum": repeatNum}, nil
|
|
|
}
|
|
|
|
|
|
func (rs *EvaluationProjectService) generateEvaluationItemUsed(transactionContext application.TransactionContext, project *domain.EvaluationProject) error {
|
|
|
|
|
|
// var itemUsedList []*domain.EvaluationItemUsed
|
|
|
// for _, v := range project.Template.LinkNodes {
|
|
|
// for _, v2 := range v.NodeContents {
|
|
|
|
|
|
// }
|
|
|
// }
|
|
|
|
|
|
// itemUsedRepo := factory.CreateEvaluationItemUsedRepository(map[string]interface{}{"transactionContext": transactionContext})
|
|
|
return nil
|
|
|
} |
...
|
...
|
|