大屏页面初始化

This commit is contained in:
2026-03-12 11:25:46 +08:00
parent f3bb1ba118
commit 1478673678

View File

@@ -51,7 +51,7 @@ public class ChartInfoController {
.notIn(ChartInfo::getChartId, configs.stream() .notIn(ChartInfo::getChartId, configs.stream()
.map(ChartConfig::getChartId) .map(ChartConfig::getChartId)
.toList()) .toList())
.set(ChartInfo::getSort, null); .set(ChartInfo::getSort, -1);
chartInfoService.update(updateWrapper); chartInfoService.update(updateWrapper);
} }
return Result.success(new Message("配置保存成功", 200)); return Result.success(new Message("配置保存成功", 200));