Files
intelligence_system/tools/情报收集.sql
T

7 lines
136 B
SQL

use intelligence_system;
SELECT * FROM main_task
WHERE is_active = 1
AND next_run_time <= %s
AND is_running = 0
ORDER BY next_run_time;