Showing
1 changed file
with
1 additions
and
0 deletions
@@ -66,6 +66,7 @@ public class YtConfigurationCenterServiceImpl | @@ -66,6 +66,7 @@ public class YtConfigurationCenterServiceImpl | ||
66 | contentDTO.setType(FastIotConstants.PC_TYPE); | 66 | contentDTO.setType(FastIotConstants.PC_TYPE); |
67 | contentDTO.setName(FastIotConstants.FIRST_PAGE_NAME); | 67 | contentDTO.setName(FastIotConstants.FIRST_PAGE_NAME); |
68 | contentDTO.setConfigurationId(configurationCenter.getId()); | 68 | contentDTO.setConfigurationId(configurationCenter.getId()); |
69 | + contentDTO.setContent("<mxGraphModel><root><mxCell id=\"0\"/><mxCell id=\"1\" parent=\"0\"/></root></mxGraphModel>"); | ||
69 | ytConfigurationContentService.saveConfigurationContent(contentDTO); | 70 | ytConfigurationContentService.saveConfigurationContent(contentDTO); |
70 | return configurationCenterDTO; | 71 | return configurationCenterDTO; |
71 | } | 72 | } |