|
|
@@ -39,7 +39,7 @@ class QueueCbt extends Start_Controller {
|
|
|
"review >"=>4,//审核通过或自动审核
|
|
|
];
|
|
|
//$shop_info = $this->shop->read(35);
|
|
|
- $shop_list = $this->shop->find_all('id in (35,46)');
|
|
|
+ $shop_list = $this->shop->find_all('1 = 1');
|
|
|
$shop_list = array_column($shop_list,null,'id');
|
|
|
// if(empty($shop_info)){
|
|
|
// exit("当前店铺不存在");
|