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