大屏页面初始化
This commit is contained in:
@@ -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));
|
||||||
|
|||||||
Reference in New Issue
Block a user