...
|
...
|
@@ -1489,7 +1489,7 @@ func (srv *SummaryEvaluationService) ListAllEvaluationSuper(param *command.Query |
|
|
"parentId": param.UserId,
|
|
|
"limit": 1,
|
|
|
})
|
|
|
if len(parentUser) == 0 {
|
|
|
if len(parentUser) == 0 && flagHrbp != 1 {
|
|
|
return tool_funs.SimpleWrapGridMap(0, []string{}), nil
|
|
|
}
|
|
|
evaluationRepo := factory.CreateSummaryEvaluationRepository(map[string]interface{}{
|
...
|
...
|
|