ShuanghongS 6 일 전
부모
커밋
b3a8b86ea1
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 0
      service/ocean_order.class.php
  2. 4 4
      service/report.class.php

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
service/ocean_order.class.php


+ 4 - 4
service/report.class.php

@@ -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();

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.