perf(X-Pack): 新增视图未保存情况下设置阈值告警错误
This commit is contained in:
parent
bb55461fce
commit
c7a2027b89
@ -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));
|
||||
|
||||
2
de-xpack
2
de-xpack
@ -1 +1 @@
|
||||
Subproject commit 7ebfc0b55262ee4f3bbd04defdb4e11128dc51d8
|
||||
Subproject commit 43b6ff1f0d11c1920e79ce082f35182a73fa17c2
|
||||
Loading…
Reference in New Issue
Block a user