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