diff --git a/core/core-backend/src/main/resources/application.yml b/core/core-backend/src/main/resources/application.yml index 2290c7a..f9a804a 100644 --- a/core/core-backend/src/main/resources/application.yml +++ b/core/core-backend/src/main/resources/application.yml @@ -53,7 +53,7 @@ gisbi: domain: http://127.0.0.1:9180 key: edd1c9f034335f136f87ad84b625c8f1 path: - substitule: /opt/gisbi/substitule.json + substitule: /opt/gisbi2.0/substitule.json # springdoc-openapi项目配置 springdoc: diff --git a/core/core-backend/src/main/resources/mybatis/ExtCoreChartMapper.xml b/core/core-backend/src/main/resources/mybatis/ExtCoreChartMapper.xml index c0a3e3e..91e6cf3 100644 --- a/core/core-backend/src/main/resources/mybatis/ExtCoreChartMapper.xml +++ b/core/core-backend/src/main/resources/mybatis/ExtCoreChartMapper.xml @@ -1,7 +1,7 @@ - - select ccv.id as chart_id, ccv.title as chart_name, @@ -35,7 +35,7 @@ - select * from diff --git a/core/core-backend/src/main/resources/mybatis/ExtDataVisualizationMapper.xml b/core/core-backend/src/main/resources/mybatis/ExtDataVisualizationMapper.xml index 4812349..7176adf 100644 --- a/core/core-backend/src/main/resources/mybatis/ExtDataVisualizationMapper.xml +++ b/core/core-backend/src/main/resources/mybatis/ExtDataVisualizationMapper.xml @@ -154,7 +154,7 @@ from data_visualization_info dvInfo where dvInfo.id = #{sourceDvId} - select id, copy_from from core_chart_view where copy_id = #{copyId} @@ -423,14 +423,14 @@ ON snapshot_visualization_linkage_field.linkage_id = pvlf_copy.s_id - + - + @@ -455,7 +455,7 @@ AND ccv.id IS NOT NULL and ccv.`type` != 'VQuery' - SELECT `id`, `report_id`, `resource_id`, `dv_type`, `component_id`, `filter_id`, `filter_info`, `filter_version`, `create_time`, `create_user` FROM @@ -498,7 +498,7 @@ - select id,account,name from per_user where id = #{id}