正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
@@ -105,6 +105,7 @@ func (srv *SummaryEvaluationService) ListEvaluationShow1(param command.QueryEval | @@ -105,6 +105,7 @@ func (srv *SummaryEvaluationService) ListEvaluationShow1(param command.QueryEval | ||
105 | "cycleId": v.CycleId, | 105 | "cycleId": v.CycleId, |
106 | "targetUserId": v.TargetUser.UserId, | 106 | "targetUserId": v.TargetUser.UserId, |
107 | "beginDayNumber": 15, | 107 | "beginDayNumber": 15, |
108 | + "types": string(domain.AssessSelf), | ||
108 | }) | 109 | }) |
109 | if err == nil && len(assessList) > 0 { | 110 | if err == nil && len(assessList) > 0 { |
110 | if assessList[0].Status == domain.StaffAssessCompleted { | 111 | if assessList[0].Status == domain.StaffAssessCompleted { |
-
请 注册 或 登录 后发表评论