|
|
@@ -752,8 +752,8 @@ class report {
|
|
|
$filterFields = [];
|
|
|
$count_sql = common::buildCountSql($filterFields,$schedule_search['level']);
|
|
|
|
|
|
- //$klnOceanSearchKLN = " where " . common::searchExtendHand_KLN("ocean", $_SESSION["ONLINE_USER"]);
|
|
|
- $klnOceanSearchKLN = " where created_time > CURRENT_DATE - INTERVAL '1 years' and " . common::searchExtendHand_KLN("ocean", $_SESSION["ONLINE_USER"]);
|
|
|
+ $klnOceanSearchKLN = " where " . common::searchExtendHand_KLN("ocean", $_SESSION["ONLINE_USER"]);
|
|
|
+ //$klnOceanSearchKLN = " where created_time > CURRENT_DATE - INTERVAL '1 years' and " . common::searchExtendHand_KLN("ocean", $_SESSION["ONLINE_USER"]);
|
|
|
$orderby = "";
|
|
|
if(!empty($data_range_type)){
|
|
|
//代表有用户设置的查询参数
|
|
|
@@ -1110,8 +1110,8 @@ class report {
|
|
|
$klnVipDb = common::getReportRealDBFiled();
|
|
|
|
|
|
$vvSearchKLN = " where 1=1 ";
|
|
|
- $klnOceanSearchKLN = " where created_time > CURRENT_DATE - INTERVAL '1 years' and " . common::searchExtendHand_KLN("ocean", $_SESSION["ONLINE_USER"]);
|
|
|
- //$klnOceanSearchKLN = " where " . common::searchExtendHand_KLN("ocean", $_SESSION["ONLINE_USER"]);
|
|
|
+ //$klnOceanSearchKLN = " where created_time > CURRENT_DATE - INTERVAL '1 years' and " . common::searchExtendHand_KLN("ocean", $_SESSION["ONLINE_USER"]);
|
|
|
+ $klnOceanSearchKLN = " where " . common::searchExtendHand_KLN("ocean", $_SESSION["ONLINE_USER"]);
|
|
|
$ocItemSearchKLN = " where 1=1 ";
|
|
|
|
|
|
$filterFields = array();
|