minio对象存储数据库链接
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user