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