@@ -145,7 +145,6 @@
<groupId>cn.com.ctop</groupId>
<artifactId>module-check</artifactId>
<version>2.0.2</version>
- <scope>compile</scope>
</dependency>
</dependencies>
@@ -25,7 +25,7 @@ public class CheckDataStateJob {
* 检查任务执行结果
*/
@XxlJob(jobName)
- public ReturnT<String> execute() throws Exception {
+ public ReturnT<String> execute(String param) throws Exception {
//查询需要检查的任务列表
List<CtopCheckTaskList> ctopCheckTaskList= checkTaskListService.queryExecuteList(jobName);
if(!ctopCheckTaskList.isEmpty()){
@@ -25,7 +25,7 @@ public class CheckExecuteStateJob {
@@ -104,6 +104,24 @@ mybatis-plus:
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
#jeecg专用配置
jeecg:
+ elasticsearch:
+ cluster-nodes:
+ check-enabled: false
+ uploadType:
+ oss:
+ endpoint:
+ accessKey:
+ secretKey:
+ bucketName:
+ staticDomain:
+ sms:
+ accessKeyId:
+ accessKeySecret:
+ minio:
+ minio_url:
+ minio_name:
+ minio_pass:
ffmpeg:
bin: D:\java\ffmpeg\bin\ffmpeg.exe
path:
@@ -127,6 +127,24 @@ mybatis-plus: