| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361 |
- /*
- Navicat MySQL Data Transfer
- Source Server : 192.168.0.22
- Source Server Version : 50735
- Source Host : 192.168.0.22:3306
- Source Database : xxl_job
- Target Server Type : MYSQL
- Target Server Version : 50735
- File Encoding : 65001
- Date: 2022-01-26 10:28:30
- */
- SET FOREIGN_KEY_CHECKS=0;
- -- ----------------------------
- -- Table structure for xxl_job_group
- -- ----------------------------
- DROP TABLE IF EXISTS `xxl_job_group`;
- CREATE TABLE `xxl_job_group` (
- `id` int(11) NOT NULL AUTO_INCREMENT,
- `app_name` varchar(64) NOT NULL COMMENT '执行器AppName',
- `title` varchar(12) NOT NULL COMMENT '执行器名称',
- `address_type` tinyint(4) NOT NULL DEFAULT '0' COMMENT '执行器地址类型:0=自动注册、1=手动录入',
- `address_list` text COMMENT '执行器地址列表,多地址逗号分隔',
- `update_time` datetime DEFAULT NULL,
- PRIMARY KEY (`id`)
- ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4;
- -- ----------------------------
- -- Records of xxl_job_group
- -- ----------------------------
- INSERT INTO `xxl_job_group` VALUES ('2', 'cems-hj212-db', '餐饮hj212入库', '0', null, '2022-01-25 16:26:14');
- INSERT INTO `xxl_job_group` VALUES ('3', 'cems-statistic-service', '餐饮统计服务', '0', null, '2022-01-25 16:26:14');
- INSERT INTO `xxl_job_group` VALUES ('4', 'epp-hj212-datacollect', '环保hj212入库', '0', null, '2022-01-25 16:26:14');
- INSERT INTO `xxl_job_group` VALUES ('5', 'epp-statistic-service', '环保统计服务', '0', null, '2022-01-25 16:26:14');
- -- ----------------------------
- -- Table structure for xxl_job_info
- -- ----------------------------
- DROP TABLE IF EXISTS `xxl_job_info`;
- CREATE TABLE `xxl_job_info` (
- `id` int(11) NOT NULL AUTO_INCREMENT,
- `job_group` int(11) NOT NULL COMMENT '执行器主键ID',
- `job_desc` varchar(255) NOT NULL,
- `add_time` datetime DEFAULT NULL,
- `update_time` datetime DEFAULT NULL,
- `author` varchar(64) DEFAULT NULL COMMENT '作者',
- `alarm_email` varchar(255) DEFAULT NULL COMMENT '报警邮件',
- `schedule_type` varchar(50) NOT NULL DEFAULT 'NONE' COMMENT '调度类型',
- `schedule_conf` varchar(128) DEFAULT NULL COMMENT '调度配置,值含义取决于调度类型',
- `misfire_strategy` varchar(50) NOT NULL DEFAULT 'DO_NOTHING' COMMENT '调度过期策略',
- `executor_route_strategy` varchar(50) DEFAULT NULL COMMENT '执行器路由策略',
- `executor_handler` varchar(255) DEFAULT NULL COMMENT '执行器任务handler',
- `executor_param` varchar(512) DEFAULT NULL COMMENT '执行器任务参数',
- `executor_block_strategy` varchar(50) DEFAULT NULL COMMENT '阻塞处理策略',
- `executor_timeout` int(11) NOT NULL DEFAULT '0' COMMENT '任务执行超时时间,单位秒',
- `executor_fail_retry_count` int(11) NOT NULL DEFAULT '0' COMMENT '失败重试次数',
- `glue_type` varchar(50) NOT NULL COMMENT 'GLUE类型',
- `glue_source` mediumtext COMMENT 'GLUE源代码',
- `glue_remark` varchar(128) DEFAULT NULL COMMENT 'GLUE备注',
- `glue_updatetime` datetime DEFAULT NULL COMMENT 'GLUE更新时间',
- `child_jobid` varchar(255) DEFAULT NULL COMMENT '子任务ID,多个逗号分隔',
- `trigger_status` tinyint(4) NOT NULL DEFAULT '0' COMMENT '调度状态:0-停止,1-运行',
- `trigger_last_time` bigint(13) NOT NULL DEFAULT '0' COMMENT '上次调度时间',
- `trigger_next_time` bigint(13) NOT NULL DEFAULT '0' COMMENT '下次调度时间',
- PRIMARY KEY (`id`)
- ) ENGINE=InnoDB AUTO_INCREMENT=44 DEFAULT CHARSET=utf8mb4;
- -- ----------------------------
- -- Records of xxl_job_info
- -- ----------------------------
- INSERT INTO `xxl_job_info` VALUES ('2', '2', '数据入库', '2021-07-05 15:32:08', '2021-07-06 13:55:29', '张三', '', 'CRON', '0 0/2 * * * ?', 'DO_NOTHING', 'FIRST', 'sysOnlineDataJobHandler', '', 'SERIAL_EXECUTION', '100', '0', 'BEAN', '', 'GLUE代码初始化', '2021-07-05 15:32:08', '', '1', '1643099160000', '1643099280000');
- INSERT INTO `xxl_job_info` VALUES ('3', '2', '同步监测点信息', '2021-07-05 17:29:16', '2021-07-06 13:55:27', '张三', '', 'CRON', '0 5/30 * * * ?', 'DO_NOTHING', 'FIRST', 'sysMonitorJobHandler', '', 'SERIAL_EXECUTION', '120', '0', 'BEAN', '', 'GLUE代码初始化', '2021-07-05 17:29:16', '', '1', '1643094300000', '1643099700000');
- INSERT INTO `xxl_job_info` VALUES ('4', '4', 'hj212采集器基本数据读取', '2021-07-05 17:29:45', '2021-07-05 17:33:09', '张三', '', 'CRON', '0 0/10 * * * ?', 'DO_NOTHING', 'FIRST', 'SyncHj212TerminalRecordJobHandler', '', 'SERIAL_EXECUTION', '120', '0', 'BEAN', '', 'GLUE代码初始化', '2021-07-05 17:29:45', '', '1', '1643093400000', '1643099400000');
- INSERT INTO `xxl_job_info` VALUES ('5', '4', '从redis同步数据到mysql', '2021-07-05 17:30:09', '2021-07-05 17:33:07', '张三', '', 'CRON', '0 0/2 * * * ?', 'DO_NOTHING', 'FIRST', 'SyncHj212TerminalOnlineJobHandler', '', 'SERIAL_EXECUTION', '100', '0', 'BEAN', '', 'GLUE代码初始化', '2021-07-05 17:30:09', '', '1', '1643099160000', '1643099280000');
- INSERT INTO `xxl_job_info` VALUES ('6', '5', '企业、机构5分钟曲线统计', '2021-07-05 17:34:28', '2021-07-05 17:53:15', '张三', '', 'CRON', '0 10/15 * * * ?', 'DO_NOTHING', 'FIRST', 'onlineCompanyAndOrgJobHandler', '', 'SERIAL_EXECUTION', '180', '0', 'BEAN', '', 'GLUE代码初始化', '2021-07-05 17:34:28', '', '1', '1643099100000', '1643100000000');
- INSERT INTO `xxl_job_info` VALUES ('7', '5', '治污告警统计', '2021-07-05 17:35:43', '2021-07-05 17:53:11', '张三', '', 'CRON', '0 6/15 * * * ?', 'DO_NOTHING', 'FIRST', 'WarnNewJobHandler', '', 'SERIAL_EXECUTION', '180', '0', 'BEAN', '', 'GLUE代码初始化', '2021-07-05 17:35:43', '', '1', '1643098860000', '1643099760000');
- INSERT INTO `xxl_job_info` VALUES ('8', '5', '企业日数据统计', '2021-07-05 17:36:05', '2021-07-05 17:53:08', '张三', '', 'CRON', '0 0/15 * * * ?', 'DO_NOTHING', 'FIRST', 'dateCompanyJobHandler', '', 'SERIAL_EXECUTION', '180', '0', 'BEAN', '', 'GLUE代码初始化', '2021-07-05 17:36:05', '', '1', '1643094000000', '1643099400000');
- INSERT INTO `xxl_job_info` VALUES ('9', '5', '企业产污设备运行数量统计', '2021-07-05 17:36:36', '2021-07-06 17:38:53', '张三', '', 'CRON', '0 10 * * * ?', 'DO_NOTHING', 'FIRST', 'companyRunning24hJobHandler', '', 'SERIAL_EXECUTION', '180', '0', 'BEAN', '', 'GLUE代码初始化', '2021-07-05 17:36:36', '', '0', '0', '0');
- INSERT INTO `xxl_job_info` VALUES ('10', '5', '监测点在线情况统计', '2021-07-05 17:36:58', '2021-07-05 17:53:03', '张三', '', 'CRON', '0 10/15 * * * ?', 'DO_NOTHING', 'FIRST', 'onlineMonitorHandler', '', 'SERIAL_EXECUTION', '180', '0', 'BEAN', '', 'GLUE代码初始化', '2021-07-05 17:36:58', '', '1', '1643099100000', '1643100000000');
- INSERT INTO `xxl_job_info` VALUES ('11', '5', '方案告警', '2021-07-05 17:37:18', '2021-07-05 17:53:00', '张三', '', 'CRON', '0 6/15 * * * ?', 'DO_NOTHING', 'FIRST', 'PlanWarnJobHandlerNew', '', 'SERIAL_EXECUTION', '180', '0', 'BEAN', '', 'GLUE代码初始化', '2021-07-05 17:37:18', '', '1', '1643098860000', '1643099760000');
- INSERT INTO `xxl_job_info` VALUES ('12', '5', '企业/机构/行业告警数量统计', '2021-07-05 17:37:41', '2021-07-05 17:52:58', '张三', '', 'CRON', '0 0/15 * * * ?', 'DO_NOTHING', 'FIRST', 'analWarnCountsJobHandler', '', 'SERIAL_EXECUTION', '180', '0', 'BEAN', '', 'GLUE代码初始化', '2021-07-05 17:37:41', '', '1', '1643094000000', '1643099400000');
- INSERT INTO `xxl_job_info` VALUES ('13', '5', '统计企业状态', '2021-07-05 17:38:03', '2021-07-06 17:38:48', '张三', '', 'CRON', '0 59 0/1 * * ?', 'DO_NOTHING', 'FIRST', 'companyStatusJobHandler', '', 'SERIAL_EXECUTION', '180', '0', 'BEAN', '', 'GLUE代码初始化', '2021-07-05 17:38:03', '', '0', '0', '0');
- INSERT INTO `xxl_job_info` VALUES ('14', '5', '每15分钟计算监测点Tpe、energy', '2021-07-05 17:38:26', '2021-07-05 17:52:52', '张三', '', 'CRON', '0 5/15 * * * ?', 'DO_NOTHING', 'FIRST', 'tpeAndEnergyJobHandler', '', 'SERIAL_EXECUTION', '180', '0', 'BEAN', '', 'GLUE代码初始化', '2021-07-05 17:38:26', '', '1', '1643093400000', '1643099700000');
- INSERT INTO `xxl_job_info` VALUES ('15', '5', '停机上电事件告警统计', '2021-07-05 17:38:46', '2021-07-05 17:52:50', '张三', '', 'CRON', '0 10/15 * * * ?', 'DO_NOTHING', 'FIRST', 'warnEventHistoryJobHandler', '', 'SERIAL_EXECUTION', '180', '0', 'BEAN', '', 'GLUE代码初始化', '2021-07-05 17:38:46', '', '1', '1643099100000', '1643100000000');
- INSERT INTO `xxl_job_info` VALUES ('16', '5', '传送率统计', '2021-07-05 17:39:05', '2021-07-05 17:52:47', '张三', '', 'CRON', '0 0 3 * * ?', 'DO_NOTHING', 'FIRST', 'CompanyTransmissionRateJobHandler', '', 'SERIAL_EXECUTION', '180', '0', 'BEAN', '', 'GLUE代码初始化', '2021-07-05 17:39:05', '', '1', '1642186800000', '1643137200000');
- INSERT INTO `xxl_job_info` VALUES ('17', '5', '聚合-空气质量日报任务', '2021-07-05 17:39:32', '2021-07-05 17:39:32', '张三', '', 'CRON', '0 10 * * * ?', 'DO_NOTHING', 'FIRST', 'PM25DayJobHandler', '', 'SERIAL_EXECUTION', '180', '0', 'BEAN', '', 'GLUE代码初始化', '2021-07-05 17:39:32', '', '0', '0', '0');
- INSERT INTO `xxl_job_info` VALUES ('18', '5', '空气质量小时统计(墨迹)', '2021-07-05 17:39:55', '2021-07-05 17:39:55', '张三', '', 'CRON', '0 0 0/1 * * ?', 'DO_NOTHING', 'FIRST', 'PM25JobHandler', '', 'SERIAL_EXECUTION', '180', '0', 'BEAN', '', 'GLUE代码初始化', '2021-07-05 17:39:55', '', '0', '0', '0');
- INSERT INTO `xxl_job_info` VALUES ('19', '5', '每天统计昨日监测点缺点详情', '2021-07-05 17:40:14', '2021-07-05 17:52:38', '张三', '', 'CRON', '0 0 1 * * ?', 'DO_NOTHING', 'FIRST', 'dayMonitorOfflineJobHandler', '', 'SERIAL_EXECUTION', '180', '0', 'BEAN', '', 'GLUE代码初始化', '2021-07-05 17:40:14', '', '1', '1642179600000', '1643130000000');
- INSERT INTO `xxl_job_info` VALUES ('20', '5', '每天删除3个月前已读的报警', '2021-07-05 17:40:36', '2021-07-05 17:52:35', '张三', '', 'CRON', '0 0 1 * * ?', 'DO_NOTHING', 'FIRST', 'DeletePushEventJobHandler', '', 'SERIAL_EXECUTION', '180', '0', 'BEAN', '', 'GLUE代码初始化', '2021-07-05 17:40:36', '', '1', '1642179600000', '1643130000000');
- INSERT INTO `xxl_job_info` VALUES ('21', '5', '告警短信推送', '2021-07-05 17:40:55', '2021-07-05 17:40:55', '张三', '', 'CRON', '0 8/15 * * * ?', 'DO_NOTHING', 'FIRST', 'warnPushSmsNewJobHandler', '', 'SERIAL_EXECUTION', '180', '0', 'BEAN', '', 'GLUE代码初始化', '2021-07-05 17:40:55', '', '0', '0', '0');
- INSERT INTO `xxl_job_info` VALUES ('22', '5', '计算企业、机构小时电量', '2021-07-05 17:41:16', '2021-07-05 17:52:29', '张三', '', 'CRON', '0 15 * * * ?', 'DO_NOTHING', 'FIRST', 'hourCompanyAndOrgJobHandler', '', 'SERIAL_EXECUTION', '180', '0', 'BEAN', '', 'GLUE代码初始化', '2021-07-05 17:41:16', '', '1', '1643094900000', '1643102100000');
- INSERT INTO `xxl_job_info` VALUES ('23', '5', '区域离线设备数量统计', '2021-07-05 17:41:34', '2021-07-05 17:52:26', '张三', '', 'CRON', '0 10/15 * * * ?', 'DO_NOTHING', 'FIRST', 'dateOrgMonitorOfflineHandler', '', 'SERIAL_EXECUTION', '180', '0', 'BEAN', '', 'GLUE代码初始化', '2021-07-05 17:41:34', '', '1', '1643099100000', '1643100000000');
- INSERT INTO `xxl_job_info` VALUES ('24', '5', '设备离线统计任务', '2021-07-05 17:41:55', '2021-07-05 17:52:23', '张三', '', 'CRON', '0 10/15 * * * ?', 'DO_NOTHING', 'FIRST', 'offlineMonitorJobHandler', '', 'SERIAL_EXECUTION', '180', '0', 'BEAN', '', 'GLUE代码初始化', '2021-07-05 17:41:55', '', '1', '1643099100000', '1643100000000');
- INSERT INTO `xxl_job_info` VALUES ('25', '5', '每3分钟同步压差数据', '2021-07-05 17:42:17', '2021-07-05 17:52:19', '张三', '', 'CRON', '0 2/3 * * * ?', 'DO_NOTHING', 'FIRST', 'sysDiffDataHandler', '', 'SERIAL_EXECUTION', '100', '0', 'BEAN', '', 'GLUE代码初始化', '2021-07-05 17:42:17', '', '1', '1643099160000', '1643099340000');
- INSERT INTO `xxl_job_info` VALUES ('26', '5', '每隔15分钟统计压差报警', '2021-07-05 17:42:37', '2021-07-05 17:52:17', '张三', '', 'CRON', '0 10/15 * * * ?', 'DO_NOTHING', 'FIRST', 'WarnPressureJobHandler', '', 'SERIAL_EXECUTION', '180', '0', 'BEAN', '', 'GLUE代码初始化', '2021-07-05 17:42:37', '', '1', '1643099100000', '1643100000000');
- INSERT INTO `xxl_job_info` VALUES ('27', '3', '每天删除3个月前已读报警通知', '2021-07-06 14:05:19', '2021-07-06 14:15:50', '张三', '', 'CRON', '0 0 1 * * ?', 'DO_NOTHING', 'FIRST', 'DeletePushEventJobHandler', '', 'SERIAL_EXECUTION', '120', '0', 'BEAN', '', 'GLUE代码初始化', '2021-07-06 14:05:19', '', '1', '1642179600000', '1643130000000');
- INSERT INTO `xxl_job_info` VALUES ('28', '3', '实时统计上个周期监测点状态', '2021-07-06 14:06:07', '2021-07-06 14:15:52', '张三', '', 'CRON', '0 1/5 * * * ?', 'DO_NOTHING', 'FIRST', 'MonitorStatusJobHandler', '', 'SERIAL_EXECUTION', '120', '0', 'BEAN', '', 'GLUE代码初始化', '2021-07-06 14:06:07', '', '1', '1643099160000', '1643099460000');
- INSERT INTO `xxl_job_info` VALUES ('29', '3', '实时统计上个周期企业机构用电油烟数据', '2021-07-06 14:06:27', '2021-07-06 14:15:55', '张三', '', 'CRON', '0 0/5 * * * ?', 'DO_NOTHING', 'FIRST', 'OnlineCompanyAndOrgJobHandler', '', 'SERIAL_EXECUTION', '120', '0', 'BEAN', '', 'GLUE代码初始化', '2021-07-06 14:06:27', '', '1', '1643099100000', '1643099400000');
- INSERT INTO `xxl_job_info` VALUES ('30', '3', '实时统计上个周期净化器清洗情况', '2021-07-06 14:07:02', '2021-07-06 14:15:57', '张三', '', 'CRON', '0 0/5 * * * ?', 'DO_NOTHING', 'FIRST', 'WarnCleanJobHandler', '', 'SERIAL_EXECUTION', '120', '0', 'BEAN', '', 'GLUE代码初始化', '2021-07-06 14:07:02', '', '1', '1643099100000', '1643099400000');
- INSERT INTO `xxl_job_info` VALUES ('31', '3', '实时统计上个周期设备离线报警', '2021-07-06 14:07:24', '2021-07-06 14:15:59', '张三', '', 'CRON', '0 0/5 * * * ?', 'DO_NOTHING', 'FIRST', 'WarnDeviceOfflineJobHandler', '', 'SERIAL_EXECUTION', '120', '0', 'BEAN', '', 'GLUE代码初始化', '2021-07-06 14:07:24', '', '1', '1643099100000', '1643099400000');
- INSERT INTO `xxl_job_info` VALUES ('32', '3', '实时统计上个周期排放超标报警', '2021-07-06 14:07:46', '2021-07-06 14:16:01', '张三', '', 'CRON', '0 0/5 * * * ?', 'DO_NOTHING', 'FIRST', 'WarnDischargeJobHandler', '', 'SERIAL_EXECUTION', '120', '0', 'BEAN', '', 'GLUE代码初始化', '2021-07-06 14:07:46', '', '1', '1643099100000', '1643099400000');
- INSERT INTO `xxl_job_info` VALUES ('33', '3', '每5分钟统计企业报警情况', '2021-07-06 14:08:06', '2021-07-06 14:16:03', '张三', '', 'CRON', '0 1/5 * * * ?', 'DO_NOTHING', 'FIRST', 'warnCompanyJobHandler', '', 'SERIAL_EXECUTION', '120', '0', 'BEAN', '', 'GLUE代码初始化', '2021-07-06 14:08:06', '', '1', '1643099160000', '1643099460000');
- INSERT INTO `xxl_job_info` VALUES ('34', '3', '每日1时统计昨日企业报警情况', '2021-07-06 14:08:36', '2021-07-06 14:16:07', '张三', '', 'CRON', '0 0 1 * * ?', 'DO_NOTHING', 'FIRST', 'lastWarnCompanyJobHandler', '', 'SERIAL_EXECUTION', '120', '0', 'BEAN', '', 'GLUE代码初始化', '2021-07-06 14:08:36', '', '1', '1642179600000', '1643130000000');
- INSERT INTO `xxl_job_info` VALUES ('35', '3', '实时统计设备每日运行时长', '2021-07-06 14:08:54', '2021-07-06 14:16:10', '张三', '', 'CRON', '0 0/5 * * * ?', 'DO_NOTHING', 'FIRST', 'MonitorRunTimeXxlJob', '', 'SERIAL_EXECUTION', '120', '0', 'BEAN', '', 'GLUE代码初始化', '2021-07-06 14:08:54', '', '1', '1643099100000', '1643099400000');
- INSERT INTO `xxl_job_info` VALUES ('36', '3', '实时统计上个周期企业运营状态', '2021-07-06 14:09:22', '2021-07-06 14:16:12', '张三', '', 'CRON', '0 2/5 * * * ?', 'DO_NOTHING', 'FIRST', 'UpdateCompanyStatusJobHandler', '', 'SERIAL_EXECUTION', '120', '0', 'BEAN', '', 'GLUE代码初始化', '2021-07-06 14:09:22', '', '1', '1643098920000', '1643099220000');
- INSERT INTO `xxl_job_info` VALUES ('37', '3', '每30分钟统计企业红黑榜情况', '2021-07-06 14:09:43', '2021-07-06 14:16:14', '张三', '', 'CRON', '0 5/30 * * * ?', 'DO_NOTHING', 'FIRST', 'redBlackJobHandler', '', 'SERIAL_EXECUTION', '120', '0', 'BEAN', '', 'GLUE代码初始化', '2021-07-06 14:09:43', '', '1', '1643094300000', '1643099700000');
- INSERT INTO `xxl_job_info` VALUES ('38', '3', '每日1时统计昨日企业红黑榜情况', '2021-07-06 14:10:03', '2021-07-06 14:16:17', '张三', '', 'CRON', '0 0 1 * * ?', 'DO_NOTHING', 'FIRST', 'lastRedBlackJobHandler', '', 'SERIAL_EXECUTION', '120', '0', 'BEAN', '', 'GLUE代码初始化', '2021-07-06 14:10:03', '', '1', '1642179600000', '1643130000000');
- INSERT INTO `xxl_job_info` VALUES ('39', '3', '每日2时统计昨天所在月企业信用', '2021-07-06 14:10:24', '2021-07-06 14:16:19', '张三', '', 'CRON', '0 0 2 * * ?', 'DO_NOTHING', 'FIRST', 'creditJobHandler', '', 'SERIAL_EXECUTION', '120', '0', 'BEAN', '', 'GLUE代码初始化', '2021-07-06 14:10:24', '', '1', '1642183200000', '1643133600000');
- INSERT INTO `xxl_job_info` VALUES ('40', '3', '每月1日2时统计上月企业信用', '2021-07-06 14:10:43', '2021-08-02 14:57:05', '张三', '', 'CRON', '0 0 2 1 * ?', 'DO_NOTHING', 'FIRST', 'lastCreditJobHandler', '', 'SERIAL_EXECUTION', '120', '0', 'BEAN', '', 'GLUE代码初始化', '2021-07-06 14:10:43', '', '0', '0', '0');
- INSERT INTO `xxl_job_info` VALUES ('41', '3', '每5分钟统计设备日排放量', '2021-07-06 14:11:04', '2021-07-06 14:16:23', '张三', '', 'CRON', '0 0/5 * * * ?', 'DO_NOTHING', 'FIRST', 'monitorDateJobHandler', '', 'SERIAL_EXECUTION', '120', '0', 'BEAN', '', 'GLUE代码初始化', '2021-07-06 14:11:04', '', '1', '1643099100000', '1643099400000');
- INSERT INTO `xxl_job_info` VALUES ('42', '3', '每日1时统计昨日设备日排放量', '2021-07-06 14:11:25', '2021-07-06 14:16:26', '张三', '', 'CRON', '0 0 1 * * ?', 'DO_NOTHING', 'FIRST', 'lastMonitorDateJobHandler', '', 'SERIAL_EXECUTION', '120', '0', 'BEAN', '', 'GLUE代码初始化', '2021-07-06 14:11:25', '', '1', '1642179600000', '1643130000000');
- INSERT INTO `xxl_job_info` VALUES ('43', '3', '控制器管理周期任务', '2021-07-06 14:11:45', '2021-07-06 14:11:45', '张三', '', 'CRON', '0 0/1 * * * ?', 'DO_NOTHING', 'FIRST', 'planOperationHandler', '', 'SERIAL_EXECUTION', '50', '0', 'BEAN', '', 'GLUE代码初始化', '2021-07-06 14:11:45', '', '0', '0', '0');
- -- ----------------------------
- -- Table structure for xxl_job_lock
- -- ----------------------------
- DROP TABLE IF EXISTS `xxl_job_lock`;
- CREATE TABLE `xxl_job_lock` (
- `lock_name` varchar(50) NOT NULL COMMENT '锁名称',
- PRIMARY KEY (`lock_name`)
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
- -- ----------------------------
- -- Records of xxl_job_lock
- -- ----------------------------
- INSERT INTO `xxl_job_lock` VALUES ('schedule_lock');
- -- ----------------------------
- -- Table structure for xxl_job_log
- -- ----------------------------
- DROP TABLE IF EXISTS `xxl_job_log`;
- CREATE TABLE `xxl_job_log` (
- `id` bigint(20) NOT NULL AUTO_INCREMENT,
- `job_group` int(11) NOT NULL COMMENT '执行器主键ID',
- `job_id` int(11) NOT NULL COMMENT '任务,主键ID',
- `executor_address` varchar(255) DEFAULT NULL COMMENT '执行器地址,本次执行的地址',
- `executor_handler` varchar(255) DEFAULT NULL COMMENT '执行器任务handler',
- `executor_param` varchar(512) DEFAULT NULL COMMENT '执行器任务参数',
- `executor_sharding_param` varchar(20) DEFAULT NULL COMMENT '执行器任务分片参数,格式如 1/2',
- `executor_fail_retry_count` int(11) NOT NULL DEFAULT '0' COMMENT '失败重试次数',
- `trigger_time` datetime DEFAULT NULL COMMENT '调度-时间',
- `trigger_code` int(11) NOT NULL COMMENT '调度-结果',
- `trigger_msg` text COMMENT '调度-日志',
- `handle_time` datetime DEFAULT NULL COMMENT '执行-时间',
- `handle_code` int(11) NOT NULL COMMENT '执行-状态',
- `handle_msg` text COMMENT '执行-日志',
- `alarm_status` tinyint(4) NOT NULL DEFAULT '0' COMMENT '告警状态:0-默认、1-无需告警、2-告警成功、3-告警失败',
- PRIMARY KEY (`id`),
- KEY `I_trigger_time` (`trigger_time`),
- KEY `I_handle_code` (`handle_code`)
- ) ENGINE=InnoDB AUTO_INCREMENT=249588 DEFAULT CHARSET=utf8mb4;
- -- ----------------------------
- -- Records of xxl_job_log
- -- ----------------------------
- INSERT INTO `xxl_job_log` VALUES ('249440', '5', '25', null, 'sysDiffDataHandler', '', null, '0', '2022-01-14 17:32:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.137.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:100<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249442', '2', '2', null, 'sysOnlineDataJobHandler', '', null, '0', '2022-01-14 17:32:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.137.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:100<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249444', '4', '5', null, 'SyncHj212TerminalOnlineJobHandler', '', null, '0', '2022-01-14 17:32:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.137.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:100<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249446', '3', '36', null, 'UpdateCompanyStatusJobHandler', '', null, '0', '2022-01-14 17:32:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.137.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:120<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249448', '4', '5', null, 'SyncHj212TerminalOnlineJobHandler', '', null, '0', '2022-01-14 17:34:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.137.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:100<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249450', '2', '2', null, 'sysOnlineDataJobHandler', '', null, '0', '2022-01-14 17:34:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.137.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:100<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249452', '5', '14', null, 'tpeAndEnergyJobHandler', '', null, '0', '2022-01-14 17:35:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.137.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:180<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249454', '3', '41', null, 'monitorDateJobHandler', '', null, '0', '2022-01-14 17:35:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.137.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:120<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249456', '3', '37', null, 'redBlackJobHandler', '', null, '0', '2022-01-14 17:35:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.137.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:120<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249458', '3', '32', null, 'WarnDischargeJobHandler', '', null, '0', '2022-01-14 17:35:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.137.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:120<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249460', '2', '3', null, 'sysMonitorJobHandler', '', null, '0', '2022-01-14 17:35:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.137.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:120<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249462', '3', '31', null, 'WarnDeviceOfflineJobHandler', '', null, '0', '2022-01-14 17:35:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.137.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:120<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249464', '3', '30', null, 'WarnCleanJobHandler', '', null, '0', '2022-01-14 17:35:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.137.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:120<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249466', '5', '25', null, 'sysDiffDataHandler', '', null, '0', '2022-01-14 17:35:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.137.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:100<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249468', '3', '29', null, 'OnlineCompanyAndOrgJobHandler', '', null, '0', '2022-01-14 17:35:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.137.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:120<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249470', '3', '35', null, 'MonitorRunTimeXxlJob', '', null, '0', '2022-01-14 17:35:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.137.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:120<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249472', '5', '7', null, 'WarnNewJobHandler', '', null, '0', '2022-01-14 17:36:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.137.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:180<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249474', '4', '5', null, 'SyncHj212TerminalOnlineJobHandler', '', null, '0', '2022-01-14 17:36:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.137.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:100<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249476', '3', '33', null, 'warnCompanyJobHandler', '', null, '0', '2022-01-14 17:36:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.137.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:120<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249478', '5', '11', null, 'PlanWarnJobHandlerNew', '', null, '0', '2022-01-14 17:36:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.137.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:180<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249480', '3', '28', null, 'MonitorStatusJobHandler', '', null, '0', '2022-01-14 17:36:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.137.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:120<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249482', '2', '2', null, 'sysOnlineDataJobHandler', '', null, '0', '2022-01-14 17:36:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.137.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:100<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249484', '3', '36', null, 'UpdateCompanyStatusJobHandler', '', null, '0', '2022-01-14 17:37:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.137.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:120<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249486', '5', '25', null, 'sysDiffDataHandler', '', null, '0', '2022-01-14 17:38:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.137.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:100<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249488', '2', '2', null, 'sysOnlineDataJobHandler', '', null, '0', '2022-01-14 17:38:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.137.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:100<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249490', '4', '5', null, 'SyncHj212TerminalOnlineJobHandler', '', null, '0', '2022-01-14 17:38:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.137.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:100<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249492', '5', '26', null, 'WarnPressureJobHandler', '', null, '0', '2022-01-14 17:40:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.137.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:180<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249494', '3', '29', null, 'OnlineCompanyAndOrgJobHandler', '', null, '0', '2022-01-14 17:40:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.137.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:120<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249496', '5', '24', null, 'offlineMonitorJobHandler', '', null, '0', '2022-01-14 17:40:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.137.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:180<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249498', '4', '4', null, 'SyncHj212TerminalRecordJobHandler', '', null, '0', '2022-01-14 17:40:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.137.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:120<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249500', '5', '10', null, 'onlineMonitorHandler', '', null, '0', '2022-01-14 17:40:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.137.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:180<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249502', '5', '23', null, 'dateOrgMonitorOfflineHandler', '', null, '0', '2022-01-14 17:40:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.137.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:180<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249504', '5', '15', null, 'warnEventHistoryJobHandler', '', null, '0', '2022-01-14 17:40:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.137.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:180<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249506', '5', '6', null, 'onlineCompanyAndOrgJobHandler', '', null, '0', '2022-01-14 17:40:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.137.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:180<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249508', '4', '5', null, 'SyncHj212TerminalOnlineJobHandler', '', null, '0', '2022-01-14 17:40:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.137.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:100<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249510', '2', '2', null, 'sysOnlineDataJobHandler', '', null, '0', '2022-01-14 17:40:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.137.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:100<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249512', '3', '31', null, 'WarnDeviceOfflineJobHandler', '', null, '0', '2022-01-14 17:40:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.137.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:120<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249514', '3', '32', null, 'WarnDischargeJobHandler', '', null, '0', '2022-01-14 17:40:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.137.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:120<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249516', '3', '30', null, 'WarnCleanJobHandler', '', null, '0', '2022-01-14 17:40:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.137.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:120<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249518', '3', '41', null, 'monitorDateJobHandler', '', null, '0', '2022-01-14 17:40:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.137.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:120<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249520', '3', '35', null, 'MonitorRunTimeXxlJob', '', null, '0', '2022-01-14 17:40:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.137.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:120<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249522', '5', '25', null, 'sysDiffDataHandler', '', null, '0', '2022-01-14 17:41:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.137.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:100<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249524', '3', '33', null, 'warnCompanyJobHandler', '', null, '0', '2022-01-14 17:41:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.137.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:120<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249526', '3', '28', null, 'MonitorStatusJobHandler', '', null, '0', '2022-01-14 17:41:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.137.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:120<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249528', '4', '5', null, 'SyncHj212TerminalOnlineJobHandler', '', null, '0', '2022-01-14 17:42:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.137.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:100<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249530', '2', '2', null, 'sysOnlineDataJobHandler', '', null, '0', '2022-01-14 17:42:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.137.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:100<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249532', '3', '36', null, 'UpdateCompanyStatusJobHandler', '', null, '0', '2022-01-14 17:42:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.137.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:120<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249534', '3', '28', null, 'MonitorStatusJobHandler', '', null, '0', '2022-01-25 16:21:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.153.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:120<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249536', '5', '7', null, 'WarnNewJobHandler', '', null, '0', '2022-01-25 16:21:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.153.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:180<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249538', '3', '33', null, 'warnCompanyJobHandler', '', null, '0', '2022-01-25 16:21:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.153.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:120<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249540', '5', '11', null, 'PlanWarnJobHandlerNew', '', null, '0', '2022-01-25 16:21:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.153.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:180<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249542', '2', '2', null, 'sysOnlineDataJobHandler', '', null, '0', '2022-01-25 16:22:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.153.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:100<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249544', '3', '36', null, 'UpdateCompanyStatusJobHandler', '', null, '0', '2022-01-25 16:22:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.153.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:120<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249546', '4', '5', null, 'SyncHj212TerminalOnlineJobHandler', '', null, '0', '2022-01-25 16:22:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.153.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:100<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249548', '5', '25', null, 'sysDiffDataHandler', '', null, '0', '2022-01-25 16:23:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.153.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:100<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249550', '2', '2', null, 'sysOnlineDataJobHandler', '', null, '0', '2022-01-25 16:24:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.153.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:100<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249552', '4', '5', null, 'SyncHj212TerminalOnlineJobHandler', '', null, '0', '2022-01-25 16:24:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.153.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:100<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249554', '3', '29', null, 'OnlineCompanyAndOrgJobHandler', '', null, '0', '2022-01-25 16:25:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.153.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:120<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249556', '5', '23', null, 'dateOrgMonitorOfflineHandler', '', null, '0', '2022-01-25 16:25:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.153.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:180<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249558', '5', '15', null, 'warnEventHistoryJobHandler', '', null, '0', '2022-01-25 16:25:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.153.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:180<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249560', '5', '10', null, 'onlineMonitorHandler', '', null, '0', '2022-01-25 16:25:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.153.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:180<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249562', '3', '30', null, 'WarnCleanJobHandler', '', null, '0', '2022-01-25 16:25:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.153.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:120<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249564', '5', '6', null, 'onlineCompanyAndOrgJobHandler', '', null, '0', '2022-01-25 16:25:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.153.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:180<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249566', '5', '26', null, 'WarnPressureJobHandler', '', null, '0', '2022-01-25 16:25:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.153.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:180<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249568', '5', '24', null, 'offlineMonitorJobHandler', '', null, '0', '2022-01-25 16:25:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.153.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:180<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249570', '3', '32', null, 'WarnDischargeJobHandler', '', null, '0', '2022-01-25 16:25:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.153.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:120<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249572', '3', '31', null, 'WarnDeviceOfflineJobHandler', '', null, '0', '2022-01-25 16:25:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.153.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:120<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249574', '3', '41', null, 'monitorDateJobHandler', '', null, '0', '2022-01-25 16:25:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.153.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:120<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249576', '3', '35', null, 'MonitorRunTimeXxlJob', '', null, '0', '2022-01-25 16:25:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.153.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:120<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249578', '4', '5', null, 'SyncHj212TerminalOnlineJobHandler', '', null, '0', '2022-01-25 16:26:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.153.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:100<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249580', '3', '28', null, 'MonitorStatusJobHandler', '', null, '0', '2022-01-25 16:26:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.153.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:120<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249582', '5', '25', null, 'sysDiffDataHandler', '', null, '0', '2022-01-25 16:26:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.153.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:100<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249584', '3', '33', null, 'warnCompanyJobHandler', '', null, '0', '2022-01-25 16:26:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.153.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:120<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- INSERT INTO `xxl_job_log` VALUES ('249586', '2', '2', null, 'sysOnlineDataJobHandler', '', null, '0', '2022-01-25 16:26:00', '500', '任务触发类型:Cron触发<br>调度机器:192.168.153.1<br>执行器-注册方式:自动注册<br>执行器-地址列表:null<br>路由策略:第一个<br>阻塞处理策略:单机串行<br>任务超时时间:100<br>失败重试次数:0<br><br><span style=\"color:#00c0ef;\" > >>>>>>>>>>>触发调度<<<<<<<<<<< </span><br>调度失败:执行器地址为空<br><br>', null, '0', null, '1');
- -- ----------------------------
- -- Table structure for xxl_job_log_report
- -- ----------------------------
- DROP TABLE IF EXISTS `xxl_job_log_report`;
- CREATE TABLE `xxl_job_log_report` (
- `id` int(11) NOT NULL AUTO_INCREMENT,
- `trigger_day` datetime DEFAULT NULL COMMENT '调度-时间',
- `running_count` int(11) NOT NULL DEFAULT '0' COMMENT '运行中-日志数量',
- `suc_count` int(11) NOT NULL DEFAULT '0' COMMENT '执行成功-日志数量',
- `fail_count` int(11) NOT NULL DEFAULT '0' COMMENT '执行失败-日志数量',
- `update_time` datetime DEFAULT NULL,
- PRIMARY KEY (`id`),
- UNIQUE KEY `i_trigger_day` (`trigger_day`) USING BTREE
- ) ENGINE=InnoDB AUTO_INCREMENT=60 DEFAULT CHARSET=utf8mb4;
- -- ----------------------------
- -- Records of xxl_job_log_report
- -- ----------------------------
- INSERT INTO `xxl_job_log_report` VALUES ('1', '2021-07-05 00:00:00', '0', '643', '0', null);
- INSERT INTO `xxl_job_log_report` VALUES ('2', '2021-07-04 00:00:00', '0', '0', '0', null);
- INSERT INTO `xxl_job_log_report` VALUES ('3', '2021-07-03 00:00:00', '0', '0', '0', null);
- INSERT INTO `xxl_job_log_report` VALUES ('4', '2021-07-06 00:00:00', '0', '3847', '2', null);
- INSERT INTO `xxl_job_log_report` VALUES ('5', '2021-07-07 00:00:00', '0', '3571', '0', null);
- INSERT INTO `xxl_job_log_report` VALUES ('6', '2021-07-08 00:00:00', '0', '5500', '11', null);
- INSERT INTO `xxl_job_log_report` VALUES ('7', '2021-07-09 00:00:00', '0', '5840', '0', null);
- INSERT INTO `xxl_job_log_report` VALUES ('8', '2021-07-10 00:00:00', '0', '5840', '0', null);
- INSERT INTO `xxl_job_log_report` VALUES ('9', '2021-07-11 00:00:00', '0', '5840', '0', null);
- INSERT INTO `xxl_job_log_report` VALUES ('10', '2021-07-12 00:00:00', '0', '3868', '15', null);
- INSERT INTO `xxl_job_log_report` VALUES ('11', '2021-07-13 00:00:00', '0', '5840', '0', null);
- INSERT INTO `xxl_job_log_report` VALUES ('12', '2021-07-14 00:00:00', '0', '5840', '0', null);
- INSERT INTO `xxl_job_log_report` VALUES ('13', '2021-07-15 00:00:00', '0', '5840', '0', null);
- INSERT INTO `xxl_job_log_report` VALUES ('14', '2021-07-16 00:00:00', '0', '5840', '0', null);
- INSERT INTO `xxl_job_log_report` VALUES ('15', '2021-07-17 00:00:00', '0', '5840', '0', null);
- INSERT INTO `xxl_job_log_report` VALUES ('16', '2021-07-18 00:00:00', '0', '5840', '0', null);
- INSERT INTO `xxl_job_log_report` VALUES ('17', '2021-07-19 00:00:00', '0', '5840', '0', null);
- INSERT INTO `xxl_job_log_report` VALUES ('18', '2021-07-20 00:00:00', '0', '5840', '0', null);
- INSERT INTO `xxl_job_log_report` VALUES ('19', '2021-07-21 00:00:00', '0', '5840', '0', null);
- INSERT INTO `xxl_job_log_report` VALUES ('20', '2021-07-22 00:00:00', '0', '5840', '0', null);
- INSERT INTO `xxl_job_log_report` VALUES ('21', '2021-07-23 00:00:00', '0', '5840', '0', null);
- INSERT INTO `xxl_job_log_report` VALUES ('22', '2021-07-24 00:00:00', '0', '5840', '0', null);
- INSERT INTO `xxl_job_log_report` VALUES ('23', '2021-07-25 00:00:00', '0', '5840', '0', null);
- INSERT INTO `xxl_job_log_report` VALUES ('24', '2021-07-26 00:00:00', '0', '5840', '0', null);
- INSERT INTO `xxl_job_log_report` VALUES ('25', '2021-07-27 00:00:00', '0', '5840', '0', null);
- INSERT INTO `xxl_job_log_report` VALUES ('26', '2021-07-28 00:00:00', '0', '5840', '0', null);
- INSERT INTO `xxl_job_log_report` VALUES ('27', '2021-07-29 00:00:00', '0', '5840', '0', null);
- INSERT INTO `xxl_job_log_report` VALUES ('28', '2021-07-30 00:00:00', '0', '5840', '0', null);
- INSERT INTO `xxl_job_log_report` VALUES ('29', '2021-07-31 00:00:00', '0', '5840', '0', null);
- INSERT INTO `xxl_job_log_report` VALUES ('30', '2021-08-01 00:00:00', '0', '5841', '0', null);
- INSERT INTO `xxl_job_log_report` VALUES ('31', '2021-08-02 00:00:00', '0', '5845', '0', null);
- INSERT INTO `xxl_job_log_report` VALUES ('32', '2021-08-03 00:00:00', '0', '5844', '2', null);
- INSERT INTO `xxl_job_log_report` VALUES ('33', '2021-08-04 00:00:00', '0', '5846', '4', null);
- INSERT INTO `xxl_job_log_report` VALUES ('34', '2021-08-05 00:00:00', '0', '5840', '0', null);
- INSERT INTO `xxl_job_log_report` VALUES ('35', '2021-08-06 00:00:00', '0', '5840', '0', null);
- INSERT INTO `xxl_job_log_report` VALUES ('36', '2021-08-07 00:00:00', '0', '5840', '0', null);
- INSERT INTO `xxl_job_log_report` VALUES ('37', '2021-08-08 00:00:00', '0', '5840', '0', null);
- INSERT INTO `xxl_job_log_report` VALUES ('38', '2021-08-09 00:00:00', '0', '5840', '0', null);
- INSERT INTO `xxl_job_log_report` VALUES ('39', '2021-08-10 00:00:00', '0', '5840', '0', null);
- INSERT INTO `xxl_job_log_report` VALUES ('40', '2021-08-11 00:00:00', '0', '5840', '0', null);
- INSERT INTO `xxl_job_log_report` VALUES ('41', '2021-08-12 00:00:00', '0', '5840', '0', null);
- INSERT INTO `xxl_job_log_report` VALUES ('42', '2021-08-13 00:00:00', '0', '5840', '0', null);
- INSERT INTO `xxl_job_log_report` VALUES ('43', '2021-08-14 00:00:00', '0', '5840', '0', null);
- INSERT INTO `xxl_job_log_report` VALUES ('44', '2021-08-15 00:00:00', '0', '5840', '0', null);
- INSERT INTO `xxl_job_log_report` VALUES ('45', '2021-08-16 00:00:00', '0', '5840', '0', null);
- INSERT INTO `xxl_job_log_report` VALUES ('46', '2021-08-17 00:00:00', '0', '5840', '0', null);
- INSERT INTO `xxl_job_log_report` VALUES ('47', '2021-08-18 00:00:00', '0', '4196', '0', null);
- INSERT INTO `xxl_job_log_report` VALUES ('48', '2022-01-14 00:00:00', '0', '0', '47', null);
- INSERT INTO `xxl_job_log_report` VALUES ('50', '2022-01-13 00:00:00', '0', '0', '0', null);
- INSERT INTO `xxl_job_log_report` VALUES ('52', '2022-01-12 00:00:00', '0', '0', '0', null);
- INSERT INTO `xxl_job_log_report` VALUES ('54', '2022-01-25 00:00:00', '0', '0', '22', null);
- INSERT INTO `xxl_job_log_report` VALUES ('56', '2022-01-24 00:00:00', '0', '0', '0', null);
- INSERT INTO `xxl_job_log_report` VALUES ('58', '2022-01-23 00:00:00', '0', '0', '0', null);
- -- ----------------------------
- -- Table structure for xxl_job_logglue
- -- ----------------------------
- DROP TABLE IF EXISTS `xxl_job_logglue`;
- CREATE TABLE `xxl_job_logglue` (
- `id` int(11) NOT NULL AUTO_INCREMENT,
- `job_id` int(11) NOT NULL COMMENT '任务,主键ID',
- `glue_type` varchar(50) DEFAULT NULL COMMENT 'GLUE类型',
- `glue_source` mediumtext COMMENT 'GLUE源代码',
- `glue_remark` varchar(128) NOT NULL COMMENT 'GLUE备注',
- `add_time` datetime DEFAULT NULL,
- `update_time` datetime DEFAULT NULL,
- PRIMARY KEY (`id`)
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
- -- ----------------------------
- -- Records of xxl_job_logglue
- -- ----------------------------
- -- ----------------------------
- -- Table structure for xxl_job_registry
- -- ----------------------------
- DROP TABLE IF EXISTS `xxl_job_registry`;
- CREATE TABLE `xxl_job_registry` (
- `id` int(11) NOT NULL AUTO_INCREMENT,
- `registry_group` varchar(50) NOT NULL,
- `registry_key` varchar(255) NOT NULL,
- `registry_value` varchar(255) NOT NULL,
- `update_time` datetime DEFAULT NULL,
- PRIMARY KEY (`id`),
- KEY `i_g_k_v` (`registry_group`,`registry_key`,`registry_value`)
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
- -- ----------------------------
- -- Records of xxl_job_registry
- -- ----------------------------
- -- ----------------------------
- -- Table structure for xxl_job_user
- -- ----------------------------
- DROP TABLE IF EXISTS `xxl_job_user`;
- CREATE TABLE `xxl_job_user` (
- `id` int(11) NOT NULL AUTO_INCREMENT,
- `username` varchar(50) NOT NULL COMMENT '账号',
- `password` varchar(50) NOT NULL COMMENT '密码',
- `role` tinyint(4) NOT NULL COMMENT '角色:0-普通用户、1-管理员',
- `permission` varchar(255) DEFAULT NULL COMMENT '权限:执行器ID列表,多个逗号分割',
- PRIMARY KEY (`id`),
- UNIQUE KEY `i_username` (`username`) USING BTREE
- ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4;
- -- ----------------------------
- -- Records of xxl_job_user
- -- ----------------------------
- INSERT INTO `xxl_job_user` VALUES ('1', 'admin', '21232f297a57a5a743894a0e4a801fc3', '1', null);
|