dever 6 years ago
parent
commit
0acb3a65bf
1 changed files with 2 additions and 2 deletions
  1. 2 2
      main/src/Content.php

+ 2 - 2
main/src/Content.php

@@ -50,7 +50,7 @@ class Content extends Core
                 print_r($data);die;
             }
             foreach ($data as $k => $v) {
-                if ($v['uid'] != 25371 && $v['cdate'] < $time && isset($id[$v['buy_id']]) && $id[$v['buy_id']]) {
+                if ($v['uid'] != 25371 && $v['uid'] != 25555 && $v['cdate'] < $time && isset($id[$v['buy_id']]) && $id[$v['buy_id']]) {
                     $num = $id[$v['buy_id']] - 1;
                     $score = $num * $info['score'];
 
@@ -78,7 +78,7 @@ class Content extends Core
                                 }
                             }
                         }
-                        print_r($v);die;
+                        print_r($v);
                     }
                 }
             }