Browse Source

天气预警,与公告通知功能

ouyang 2 years ago
parent
commit
dc4757dc86
1 changed files with 1 additions and 0 deletions
  1. 1 0
      project_data/sql/0.0.2/quartz/quartz.sql

+ 1 - 0
project_data/sql/0.0.2/quartz/quartz.sql

@@ -0,0 +1 @@
+INSERT INTO sys_job`(`job_id`, `job_name`, `job_group`, `invoke_target`, `cron_expression`, `misfire_policy`, `concurrent`, `status`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES (129, '恶劣天气预警', 'DEFAULT', 'WeatherTask.getDataFromApi', '0 0 7,10,14,17 * * ? *', '1', '1', '0', '超级管理员', '2023-09-25 11:46:50', '', NULL);