@@ -33,6 +33,9 @@ class Cron
if ($test == 1) {
print_r($data);die;
}
+ if ($data <= 0) {
+ continue;
+ }
$update = array();
$update['shop_id'] = $v['id'];
$update['clear'] = true;