perf(X-Pack): 新增视图未保存情况下设置阈值告警错误

This commit is contained in:
fit2cloud-chenyw 2024-08-21 18:57:37 +08:00
parent bb55461fce
commit c7a2027b89
2 changed files with 2 additions and 1 deletions

View File

@ -252,6 +252,7 @@ public class ChartViewManege {
public ChartBaseVO chartBaseInfo(Long id) {
ChartBasePO po = extChartViewMapper.queryChart(id);
if (ObjectUtils.isEmpty(po)) return null;
ChartBaseVO vo = BeanUtils.copyBean(new ChartBaseVO(), po);
TypeReference<List<ChartViewFieldDTO>> tokenType = new TypeReference<>() {};
vo.setXAxis(JsonUtil.parseList(po.getXAxis(), tokenType));

@ -1 +1 @@
Subproject commit 7ebfc0b55262ee4f3bbd04defdb4e11128dc51d8
Subproject commit 43b6ff1f0d11c1920e79ce082f35182a73fa17c2