wupengfei 2 년 전
부모
커밋
5fec439391
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','<', 33746)
+            //->where('id','<', 33746)
             ->order('id asc')
             ->select();
        /* $sql = "SELECT * FROM `xianglian`.`store_order_info` WHERE `mid` = '2192' AND `status` <> '2' AND `is_destruction` = '1' AND `resale_status` = '1' AND `c_id` = '21' LIMIT 0,10";