记得上下班打卡 | git大法好,push需谨慎

Commit 412abb4f authored by jiangxiulong's avatar jiangxiulong

Merge remote-tracking branch 'origin/dev' into dev

parents 2430aab9 6b473c2e
...@@ -2,5 +2,5 @@ use test_ln_clijob; ...@@ -2,5 +2,5 @@ use test_ln_clijob;
INSERT INTO dev_ln_clijob.xxl_job_group (app_name, title, address_type, address_list, update_time) VALUES ('liquidnet-service-executor', '主要执行器', 0, null, '2021-06-07 02:38:25'); INSERT INTO dev_ln_clijob.xxl_job_group (app_name, title, address_type, address_list, update_time) VALUES ('liquidnet-service-executor', '主要执行器', 0, null, '2021-06-07 02:38:25');
INSERT INTO dev_ln_clijob.xxl_job_info (job_group, job_desc, add_time, update_time, author, alarm_email, schedule_type, schedule_conf, misfire_strategy, executor_route_strategy, executor_handler, executor_param, executor_block_strategy, executor_timeout, executor_fail_retry_count, glue_type, glue_source, glue_remark, glue_updatetime, child_jobid, trigger_status, trigger_last_time, trigger_next_time) VALUES (2, 'demoJobHandler', '2021-05-30 07:33:16', '2021-05-30 07:33:16', 'anjiabin', '', 'CRON', '1/15 * * * * ?', 'DO_NOTHING', 'FIRST', 'demoJobHandler', '', 'SERIAL_EXECUTION', 0, 0, 'BEAN', '', 'GLUE代码初始化', '2021-05-30 07:33:16', '', 0, 0, 0); INSERT INTO dev_ln_clijob.xxl_job_info (job_group, job_desc, add_time, update_time, author, alarm_email, schedule_type, schedule_conf, misfire_strategy, executor_route_strategy, executor_handler, executor_param, executor_block_strategy, executor_timeout, executor_fail_retry_count, glue_type, glue_source, glue_remark, glue_updatetime, child_jobid, trigger_status, trigger_last_time, trigger_next_time) VALUES (2, 'demoJobHandler', '2021-05-30 07:33:16', '2021-05-30 07:33:16', 'anjiabin', '', 'CRON', '1/15 * * * * ?', 'DO_NOTHING', 'FIRST', 'demoJobHandler', '', 'SERIAL_EXECUTION', 0, 0, 'BEAN', '', 'GLUE代码初始化', '2021-05-30 07:33:16', '', 0, 0, 0);
INSERT INTO dev_ln_clijob.xxl_job_info (job_group, job_desc, add_time, update_time, author, alarm_email, schedule_type, schedule_conf, misfire_strategy, executor_route_strategy, executor_handler, executor_param, executor_block_strategy, executor_timeout, executor_fail_retry_count, glue_type, glue_source, glue_remark, glue_updatetime, child_jobid, trigger_status, trigger_last_time, trigger_next_time) VALUES (2, '订单过期脚本', '2021-06-03 09:24:16', '2021-06-03 09:24:16', '胡佳晨', '', 'CRON', '59 0/1 * * * ? ', 'DO_NOTHING', 'FIRST', 'sev-kylin:checkOrderTimeHandler', '', 'SERIAL_EXECUTION', 0, 0, 'BEAN', '', 'GLUE代码初始化', '2021-06-03 09:24:16', '', 0, 0, 0); INSERT INTO dev_ln_clijob.xxl_job_info (job_group, job_desc, add_time, update_time, author, alarm_email, schedule_type, schedule_conf, misfire_strategy, executor_route_strategy, executor_handler, executor_param, executor_block_strategy, executor_timeout, executor_fail_retry_count, glue_type, glue_source, glue_remark, glue_updatetime, child_jobid, trigger_status, trigger_last_time, trigger_next_time) VALUES (2, '订单过期脚本', '2021-06-03 09:24:16', '2021-06-03 09:24:16', '胡佳晨', '', 'CRON', '59 0/1 * * * ? ', 'DO_NOTHING', 'FIRST', 'sev-platform:checkOrderTimeHandler', '', 'SERIAL_EXECUTION', 0, 0, 'BEAN', '', 'GLUE代码初始化', '2021-06-03 09:24:16', '', 0, 0, 0);
INSERT INTO dev_ln_clijob.xxl_job_info (job_group, job_desc, add_time, update_time, author, alarm_email, schedule_type, schedule_conf, misfire_strategy, executor_route_strategy, executor_handler, executor_param, executor_block_strategy, executor_timeout, executor_fail_retry_count, glue_type, glue_source, glue_remark, glue_updatetime, child_jobid, trigger_status, trigger_last_time, trigger_next_time) VALUES (2, '演出状态脚本', '2021-06-03 09:25:08', '2021-06-03 09:25:08', '胡佳晨', '', 'CRON', '0 0/30 * * * ? ', 'DO_NOTHING', 'FIRST', 'sev-kylin:checkPerformanceTimeHandler', '', 'SERIAL_EXECUTION', 0, 0, 'BEAN', '', 'GLUE代码初始化', '2021-06-03 09:25:08', '', 0, 0, 0); INSERT INTO dev_ln_clijob.xxl_job_info (job_group, job_desc, add_time, update_time, author, alarm_email, schedule_type, schedule_conf, misfire_strategy, executor_route_strategy, executor_handler, executor_param, executor_block_strategy, executor_timeout, executor_fail_retry_count, glue_type, glue_source, glue_remark, glue_updatetime, child_jobid, trigger_status, trigger_last_time, trigger_next_time) VALUES (2, '演出状态脚本', '2021-06-03 09:25:08', '2021-06-03 09:25:08', '胡佳晨', '', 'CRON', '0 0/30 * * * ? ', 'DO_NOTHING', 'FIRST', 'sev-platform:checkPerformanceTimeHandler', '', 'SERIAL_EXECUTION', 0, 0, 'BEAN', '', 'GLUE代码初始化', '2021-06-03 09:25:08', '', 0, 0, 0);
\ No newline at end of file \ 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