dever 6 years ago
parent
commit
98a05b27d3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      main/lib/Cron.php

+ 1 - 0
main/lib/Cron.php

@@ -80,6 +80,7 @@ class Cron
                 $code_where['create_uid'] = $data['uid'];
                 $code_where['create_uid'] = $data['uid'];
                 $code = Dever::db('code/info')->state($code_where);
                 $code = Dever::db('code/info')->state($code_where);
                 if ($code) {
                 if ($code) {
+                    print_r($code);
                     foreach ($code as $k => $v) {
                     foreach ($code as $k => $v) {
                         Dever::db('code/info')->update(array('where_id' => $v['id'], 'type' => 4));
                         Dever::db('code/info')->update(array('where_id' => $v['id'], 'type' => 4));
                     }
                     }