|
@@ -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; //少一天为增加选择开始天时间
|