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