fix: 改造标准预警模块定时执行的逻辑

This commit is contained in:
zhangyanduan
2022-06-23 14:27:53 +08:00
parent 8fb63876c9
commit 29f6374474
3 changed files with 69 additions and 39 deletions
@@ -0,0 +1 @@
INSERT INTO `tb_task`(`id`, `task_name`, `task_desc`, `task_exp`, `task_status`, `task_class`, `update_time`, `create_time`) VALUES ('6', 'task6', '每天定时扫描标准预警数据', '*/5 * * * * ?', 0, 'com.adc.da.scheduled.WarningSchedulingTasks', '2022-06-23 06:19:32', '2022-06-23 06:19:32');