迁移目录

This commit is contained in:
hajimi
2026-06-12 22:27:18 +08:00
parent 7381097582
commit cd44cd6e47
92 changed files with 1839 additions and 0 deletions
@@ -0,0 +1,5 @@
INSERT INTO `la_dev_crontab` (`name`, `type`, `system`, `remark`, `command`, `params`, `status`, `expression`, `create_time`, `update_time`)
SELECT '香港赛马会资讯采集', 1, 0, '拉取香港赛马会新闻并写入彩票资讯分类', 'crawler', 'hkjc_lottery_news', 1, '45 */2 * * *', UNIX_TIMESTAMP(), UNIX_TIMESTAMP()
WHERE NOT EXISTS (
SELECT 1 FROM `la_dev_crontab` WHERE `command` = 'crawler' AND `params` = 'hkjc_lottery_news' AND `delete_time` IS NULL
);