lvhao hai 1 semana
pai
achega
8d8ebe1c0d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      core/CoreApp/controllers/QueueCbt.php

+ 1 - 1
core/CoreApp/controllers/QueueCbt.php

@@ -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("当前店铺不存在");