| 12345678 | deletefrom sys_jobwhere 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 3 * * ?', '1', '1', '0', NULL, now(), NULL,        NULL);
 |