|
@@ -69,6 +69,7 @@ public class IndexController extends BaseController {
|
|
|
@GetMapping("/hl/curr")
|
|
|
public AjaxResult hlCurr() {
|
|
|
List<HlScoreVO> list = scoreService.selectHlScoreListLast();
|
|
|
+ list = list.stream().filter(vo -> vo.getModelId() <= 23).collect(Collectors.toList());
|
|
|
// List<Map<String, Object>> result = new ArrayList<>();
|
|
|
// for (int i = 0; i < MODEL_NAMES.length; i++) {
|
|
|
// Map<String, Object> map = new HashMap<>(16);
|