|
|
@@ -67,8 +67,8 @@ switch ($action) {
|
|
|
$edate = "'$edate'";
|
|
|
}
|
|
|
//Demo测试数据 日期全为空 :前端是由日期过来来的
|
|
|
- $edate = "null";
|
|
|
- $bdate = "null";
|
|
|
+ //$edate = "null";
|
|
|
+ //$bdate = "null";
|
|
|
|
|
|
$sqlWhere = ' and ' . common::searchExtendHandNew("ocean", $_SESSION["ONLINE_USER"]);
|
|
|
$sqlWhere = common::check_input($sqlWhere);
|
|
|
@@ -122,8 +122,8 @@ switch ($action) {
|
|
|
$edate = "'$edate'";
|
|
|
}
|
|
|
//Demo测试数据 日期全为空
|
|
|
- $edate = "null";
|
|
|
- $bdate = "null";
|
|
|
+ //$edate = "null";
|
|
|
+ //$bdate = "null";
|
|
|
|
|
|
$sqlWhere = ' and ' . common::searchExtendHandNew("ocean", $_SESSION["ONLINE_USER"]);
|
|
|
$sqlWhere = common::check_input($sqlWhere);
|