|
@@ -2148,7 +2148,7 @@ class Boss extends Start_Controller
|
|
|
$timetj = strtotime($timetj);
|
|
$timetj = strtotime($timetj);
|
|
|
$source = $this->input->get('source', true);
|
|
$source = $this->input->get('source', true);
|
|
|
if ($s) {
|
|
if ($s) {
|
|
|
- $shop = $this->shop->find_all("id = '$shop'");
|
|
|
|
|
|
|
+ $shop = $this->shop->find_all("id = '$s'");
|
|
|
} else {
|
|
} else {
|
|
|
$shop = $this->shop->find_all("(type = 269 or type = 270 or type = 1513 or type = 1514 ) and (" . rtrim($sid, 'or') . ')');
|
|
$shop = $this->shop->find_all("(type = 269 or type = 270 or type = 1513 or type = 1514 ) and (" . rtrim($sid, 'or') . ')');
|
|
|
}
|
|
}
|