|
@@ -77,6 +77,9 @@ class minutesControl extends BaseCronControl
|
|
|
continue;
|
|
|
}
|
|
|
|
|
|
+ $method = '_cron_'.$k;
|
|
|
+ Log::record("crontab minutest err:{$method}",Log::DEBUG);
|
|
|
+
|
|
|
$result = call_user_func_array(array($this,'_cron_'.$k),array($v));
|
|
|
if (is_array($result)){
|
|
|
$cronid = array_merge($cronid,$result);
|