wupengfei 2 年之前
父節點
當前提交
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();