wupengfei 2 rokov pred
rodič
commit
9107ba7e28
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      application/api/controller/Present.php

+ 1 - 1
application/api/controller/Present.php

@@ -22,7 +22,7 @@ class Present extends Base
             ->where('collectors_hash','<>','')
             ->where('type','<>',3)
             ->where('resale_status',1)
-            ->where('id','<', 40233)
+            ->where('id','<', 40771)
             ->order('id asc')
             ->limit(0,780)
             ->select();