...
|
...
|
@@ -105,6 +105,7 @@ func (srv *SummaryEvaluationService) ListEvaluationShow1(param command.QueryEval |
|
|
"cycleId": v.CycleId,
|
|
|
"targetUserId": v.TargetUser.UserId,
|
|
|
"beginDayNumber": 15,
|
|
|
"types": string(domain.AssessSelf),
|
|
|
})
|
|
|
if err == nil && len(assessList) > 0 {
|
|
|
if assessList[0].Status == domain.StaffAssessCompleted {
|
...
|
...
|
|