dever 6 năm trước cách đây
mục cha
commit
98a05b27d3
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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 = Dever::db('code/info')->state($code_where);
                 if ($code) {
+                    print_r($code);
                     foreach ($code as $k => $v) {
                         Dever::db('code/info')->update(array('where_id' => $v['id'], 'type' => 4));
                     }