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