lvhao 3 weeks ago
parent
commit
99b6058ba3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/CoreApp/controllers/Boss.php

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

@@ -1706,7 +1706,7 @@ class Boss extends Start_Controller
 			if ($s) {
 				$shop = $this->shop->find_all("id = '$shop'");
 			} else {
-				$shop = $this->shop->find_all("type = 269 and (" . rtrim($sid, 'or') . ')');
+				$shop = $this->shop->find_all("(type = 269 or type = 2768 ) and (" . rtrim($sid, 'or') . ')');
 			}
 			$d = array();
 			$k = $timetk - 24 * 3600; //少一天为增加选择开始天时间