Files
sbnews/server/public/dongqiudi-crawler/insert_crontab_lottery_community.sql
T
2026-06-11 12:15:29 +08:00

6 lines
467 B
SQL

INSERT INTO `la_dev_crontab` (`name`, `type`, `system`, `remark`, `command`, `params`, `status`, `expression`, `create_time`, `update_time`)
SELECT '49宝典新旧澳六合彩社区采集', 1, 0, '同步49宝典新旧澳社区帖子', 'crawler', 'lottery_community', 1, '*/10 * * * *', UNIX_TIMESTAMP(), UNIX_TIMESTAMP()
WHERE NOT EXISTS (
SELECT 1 FROM `la_dev_crontab` WHERE `command` = 'crawler' AND `params` = 'lottery_community' AND `delete_time` IS NULL
);