|
|
|
@ -137,6 +137,7 @@ public class CompSystemBigScreenServiceImpl implements CompSystemBigScreenServic |
|
|
|
|
resultMap.put("awardList", awardPersionList); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//TODO
|
|
|
|
|
List<PersonalCompTotalScore> personalCompScoreList = iPersonalCompTotalScoreService.list(new LambdaQueryWrapper<PersonalCompTotalScore>() |
|
|
|
|
// .eq(PersonalCompTotalScore::getDepet, departId)
|
|
|
|
|
.orderByDesc(PersonalCompTotalScore::getScore) |
|
|
|
@ -169,6 +170,7 @@ public class CompSystemBigScreenServiceImpl implements CompSystemBigScreenServic |
|
|
|
|
resultMap.put("compCounts", compCounts); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//TODO
|
|
|
|
|
// List<DepartAbilityEvaluation> departAbilityEvaluations = iDepartAbilityEvaluationService.list(new LambdaQueryWrapper<DepartAbilityEvaluation>()
|
|
|
|
|
// .eq(DepartAbilityEvaluation::getDepetId, departId));
|
|
|
|
|
// List<DepartAbilityEvaluation> vos = new LinkedList<>();
|
|
|
|
|