wupengfei 2 anni fa
parent
commit
edd4ecf371
1 ha cambiato i file con 2 aggiunte e 3 eliminazioni
  1. 2 3
      application/api/controller/Present.php

+ 2 - 3
application/api/controller/Present.php

@@ -18,20 +18,19 @@ class Present extends Base
             ->where('mid',$send_user['id'])
             ->where('status','neq','2')
             ->where('is_destruction',1)
-            ->where('c_id',11)
+            ->where('c_id','not in','11,12,16')
             ->where('collectors_hash','<>','')
             ->where('type','<>',3)
             ->where('resale_status',1)
             ->where('id','<', 33746)
             ->order('id asc')
-            ->limit(0,780)
             ->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";
         $list = Db::query($sql);// 赠送数据*/
         $send_num = 0;
         $error_ids =[];
         var_dump(count($list));
-       // die();
+        die();
         foreach ($list as $v) {
            $res = static::examples($send_user['id'],$v['id'],$receipt_phone);
            if ($res['status'] == 1) $send_num++;