| 12345678 | 
							- delete
 
- from sys_job
 
- where job_name ='刷新冗余机构Path';
 
- INSERT INTO `sys_job`(`job_name`, `job_group`, `invoke_target`, `cron_expression`, `misfire_policy`, `concurrent`,
 
-                       `status`, `create_by`, `create_time`, `update_by`, `update_time`)
 
- VALUES ('刷新冗余机构Path', 'DEFAULT', 'OrgTask.refreshRedundancyOrgPath', '0 0 13 * * ?', '1', '1', '0', NULL, now(), NULL,
 
-         NULL);
 
 
  |