|
@@ -2176,7 +2176,7 @@ class Boss extends Start_Controller
|
|
|
|
|
|
|
|
foreach ($shop as $val) {
|
|
foreach ($shop as $val) {
|
|
|
$where = "";
|
|
$where = "";
|
|
|
- $where = "$time > '$t' and $time < '" . ($t + 24 * 3600) . "' and shop = '" . $val['id'] . "'";
|
|
|
|
|
|
|
+ $where = "$time >= '$t' and $time < '" . ($t + 24 * 3600) . "' and shop = '" . $val['id'] . "'";
|
|
|
if($source == '2d'){
|
|
if($source == '2d'){
|
|
|
$where.= " and source > 2 ";
|
|
$where.= " and source > 2 ";
|
|
|
}
|
|
}
|