正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -877,7 +877,7 @@ func (rs *EvaluationProjectService) generateEvaluationItemUsed(transactionContex | @@ -877,7 +877,7 @@ func (rs *EvaluationProjectService) generateEvaluationItemUsed(transactionContex | ||
877 | "transactionContext": transactionContext, | 877 | "transactionContext": transactionContext, |
878 | }) | 878 | }) |
879 | var err error | 879 | var err error |
880 | - cnt, _, err := itemUsedRepo.Find(map[string]interface{}{"projectId": project.Id}) | 880 | + cnt, _, err := itemUsedRepo.Find(map[string]interface{}{"evaluationProjectId": project.Id, "limit": 1}) |
881 | if err != nil { | 881 | if err != nil { |
882 | return application.ThrowError(application.TRANSACTION_ERROR, "检查评估选项"+err.Error()) | 882 | return application.ThrowError(application.TRANSACTION_ERROR, "检查评估选项"+err.Error()) |
883 | } | 883 | } |
-
请 注册 或 登录 后发表评论