...
|
...
|
@@ -1445,6 +1445,7 @@ func (srv *SummaryEvaluationService) ConfirmScoreEvaluation(param *command.Confi |
|
|
if err != nil {
|
|
|
return application.ThrowError(application.TRANSACTION_ERROR, err.Error())
|
|
|
}
|
|
|
|
|
|
if result.Types != domain.EvaluationFinish {
|
|
|
return application.ThrowError(application.TRANSACTION_ERROR, "操作方式错误")
|
|
|
}
|
...
|
...
|
|