|
|
@@ -1296,7 +1296,7 @@ class common {
|
|
|
if (isset($_REQUEST['date_end']) && !empty($_REQUEST['date_end']))
|
|
|
$sqlWhere .= " and $date_type <= '" . common::usDate2sqlDate($_REQUEST['date_end']) . " 23:59:59'";
|
|
|
|
|
|
- $transportation = strtolower($_REQUEST["transportation"]);
|
|
|
+ $transportation = $_REQUEST["transportation"];
|
|
|
if(!is_array($transportation)){
|
|
|
$transportation = array($transportation);
|
|
|
}
|
|
|
@@ -1391,7 +1391,7 @@ class common {
|
|
|
if (isset($_REQUEST['date_end']) && !empty($_REQUEST['date_end']))
|
|
|
$sqlWhere .= " and $date_type <= '" . common::usDate2sqlDate($_REQUEST['date_end']) . " 23:59:59'";
|
|
|
|
|
|
- $transportation = strtolower($_REQUEST["transportation"]);
|
|
|
+ $transportation = $_REQUEST["transportation"];
|
|
|
if(!is_array($transportation)){
|
|
|
$transportation = array($transportation);
|
|
|
}
|