lvhao 3 周之前
父节点
当前提交
99b6058ba3
共有 1 个文件被更改,包括 1 次插入1 次删除
  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; //少一天为增加选择开始天时间