|
@@ -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";
|