wupengfei 2 лет назад
Родитель
Сommit
fcdc8e3327
1 измененных файлов с 1 добавлено и 1 удалено
  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','<', 33747)
+            ->where('id','<', 33746)
             ->order('id asc')
             ->limit(0,780)
             ->select();