@@ -8,6 +8,10 @@ class Cron
{
private function check($info)
+ $type = Dever::input('type');
+ if ($type && $type == 1) {
+ return true;
+ }
if (!$info['stat_day']) {
$info['stat_day'] = 1;
}