...
|
...
|
@@ -365,6 +365,7 @@ func (srv *SummaryEvaluationService) getSummaryEvaluation(transactionContext app |
|
|
SupperUser: "",
|
|
|
DutyTime: "",
|
|
|
Status: string(evaluationData.Status),
|
|
|
TotalScore: evaluationData.TotalScore,
|
|
|
}
|
|
|
//获取用户信息
|
|
|
companyRepo := factory.CreateCompanyRepository(map[string]interface{}{
|
...
|
...
|
|