正在显示
1 个修改的文件
包含
13 行增加
和
0 行删除
| @@ -601,3 +601,16 @@ func (rs *EvaluationProjectService) CheckRecipients(in *command.CheckRecipientCo | @@ -601,3 +601,16 @@ func (rs *EvaluationProjectService) CheckRecipients(in *command.CheckRecipientCo | ||
| 601 | } | 601 | } |
| 602 | return map[string]interface{}{"repeatNum": repeatNum}, nil | 602 | return map[string]interface{}{"repeatNum": repeatNum}, nil |
| 603 | } | 603 | } |
| 604 | + | ||
| 605 | +func (rs *EvaluationProjectService) generateEvaluationItemUsed(transactionContext application.TransactionContext, project *domain.EvaluationProject) error { | ||
| 606 | + | ||
| 607 | + // var itemUsedList []*domain.EvaluationItemUsed | ||
| 608 | + // for _, v := range project.Template.LinkNodes { | ||
| 609 | + // for _, v2 := range v.NodeContents { | ||
| 610 | + | ||
| 611 | + // } | ||
| 612 | + // } | ||
| 613 | + | ||
| 614 | + // itemUsedRepo := factory.CreateEvaluationItemUsedRepository(map[string]interface{}{"transactionContext": transactionContext}) | ||
| 615 | + return nil | ||
| 616 | +} |
-
请 注册 或 登录 后发表评论