Commit 755ea1ea authored by ZWT's avatar ZWT

feat(零碳): 长庆演示系统新增功能

1.新建油田配置表同时生成相关代码及mapper文件,修改部分第三方数据抽取定时任务,增加针对不同井场开关控制逻辑,同时修改首页页面展示逻辑,通过油田配置功能区分不同首页展示功能;
2.新建定时任务配置表同时生成相关代码及mapper文件,定时任务模块增加mybatis配置,用以操作数据库,修改部分第三方数据抽取定时任务,修改使用方式使其脱离框架方便动态控制;

BREAKING CHANGE: 无

Closes 无

[skip ci]
parent 3ea1fd4e
......@@ -9,7 +9,6 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<description>基础信息配置模块</description>
<groupId>gf</groupId>
<artifactId>C09-base</artifactId>
<packaging>pom</packaging>
<modules>
......
......@@ -15,7 +15,6 @@
<modules>
<module>pps-core-task</module>
</modules>
<repositories>
<repository>
<id>central</id>
......@@ -37,4 +36,4 @@
</releases>
</repository>
</repositories>
</project>
</project>
\ No newline at end of file
......@@ -96,4 +96,4 @@
</releases>
</repository>
</repositories>
</project>
</project>
\ No newline at end of file
......@@ -9,7 +9,6 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<description>间开制度模块</description>
<groupId>gf</groupId>
<artifactId>C11-space</artifactId>
<packaging>pom</packaging>
<modules>
......
......@@ -23,7 +23,6 @@
<scope>compile</scope>
</dependency>
</dependencies>
<build>
<plugins>
<!-- 打包jar文件时,配置manifest文件,加入lib包的jar依赖 -->
......
......@@ -42,11 +42,6 @@
<artifactId>pps-cloud-prediction</artifactId>
<version>1.0.0-pps</version>
</dependency>
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.10.2</version>
</dependency>
</dependencies>
<build>
<plugins>
......
......@@ -9,7 +9,6 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<description>光伏预测模块</description>
<groupId>gf</groupId>
<artifactId>C12-prediction</artifactId>
<modules>
<module>pps-core-prediction</module>
......
......@@ -8,11 +8,10 @@
<version>1.0.0-pps</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>gf</groupId>
<artifactId>D01-dependency</artifactId>
<version>1.0.0-pps</version>
<packaging>pom</packaging>
<modules>
<module>pps-dependency-all</module>
</modules>
</project>
</project>
\ No newline at end of file
......@@ -9,10 +9,8 @@
<relativePath/>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>gf</groupId>
<artifactId>deploy-pps-all</artifactId>
<properties>
<project.mainClass>app.DeployPpsAllApplication</project.mainClass>
<pps.version>1.0.0-pps</pps.version>
......@@ -154,4 +152,4 @@
</releases>
</repository>
</repositories>
</project>
</project>
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment