lvhao hace 1 semana
padre
commit
8d8ebe1c0d
Se han modificado 1 ficheros con 1 adiciones y 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("当前店铺不存在");