...
|
...
|
@@ -171,6 +171,7 @@ func (d *SummaryEvaluationDao) ListEvaluationFinishNoResult() ([]SummaryEvaluati |
|
|
and summary_evaluation.status ='completed'
|
|
|
and summary_evaluation.check_result ='uncompleted'
|
|
|
and summary_evaluation.end_time <=now()
|
|
|
and summary_evaluation.deleted_at isnull
|
|
|
`
|
|
|
result := []SummaryEvaluationData1{}
|
|
|
tx := d.transactionContext.PgTx
|
...
|
...
|
|