|
@@ -25,7 +25,7 @@ public class CheckExecuteStateJob {
|
|
* 检查任务执行结果
|
|
* 检查任务执行结果
|
|
*/
|
|
*/
|
|
@XxlJob(jobName)
|
|
@XxlJob(jobName)
|
|
- public ReturnT<String> execute() throws Exception {
|
|
|
|
|
|
+ public ReturnT<String> execute(String param) throws Exception {
|
|
//查询需要检查的任务列表
|
|
//查询需要检查的任务列表
|
|
List<CtopCheckTaskList> ctopCheckTaskList= checkTaskListService.queryExecuteList(jobName);
|
|
List<CtopCheckTaskList> ctopCheckTaskList= checkTaskListService.queryExecuteList(jobName);
|
|
if(!ctopCheckTaskList.isEmpty()){
|
|
if(!ctopCheckTaskList.isEmpty()){
|