Merge branch 'dev' into docker_package

This commit is contained in:
wangliwen 2022-07-26 16:26:05 +08:00
commit 1969a1c0bd
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
SET FOREIGN_KEY_CHECKS = 0;
REPLACE INTO `schedule_job` (`id`, `bean_name`, `params`, `cron_expression`, `status`, `remark`, `creator`, `create_date`, `updater`, `update_date`) VALUES (1551845641938800641, 'clearLogTask', '7', '5 5 0 * * ? *', 1, '定期清理操作日志', 1067246875800000001, '2022-07-26 16:23:28', 1067246875800000001, '2022-07-26 16:23:28');
SET FOREIGN_KEY_CHECKS = 1;