ShuanghongS 6 gün önce
ebeveyn
işleme
b3a8b86ea1
2 değiştirilmiş dosya ile 4 ekleme ve 4 silme
  1. 0 0
      service/ocean_order.class.php
  2. 4 4
      service/report.class.php

Dosya farkı çok büyük olduğundan ihmal edildi
+ 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();

Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor