'agent/agent/delay']); if(empty($res)){ $sql="INSERT INTO `qimall_crontab_task`( `name`, `command`, `type`, `rule`, `is_warning`, `status`, `created_at`, `updated_at`) VALUES ('渠道分红延时结算', 'agent/agent/delay', 2, '0 */30 * * * *', 0, 1, 1735013591, 1735013591);"; $this->execute($sql); } } /** * {@inheritdoc} */ public function safeDown() { return false; } }