lvhao 1 周之前
父节点
当前提交
8d8ebe1c0d
共有 1 个文件被更改,包括 1 次插入1 次删除
  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("当前店铺不存在");