From 2598455890390c0c47b5f3e76c646af329bfb176 Mon Sep 17 00:00:00 2001 From: LMR <59361885@qq.com> Date: Fri, 28 Apr 2023 14:58:58 +0800 Subject: [PATCH] fix --- application/third_party/wwwlog/controllers/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/third_party/wwwlog/controllers/index.php b/application/third_party/wwwlog/controllers/index.php index 2abf20f7..29ded2ff 100644 --- a/application/third_party/wwwlog/controllers/index.php +++ b/application/third_party/wwwlog/controllers/index.php @@ -50,13 +50,13 @@ class Index extends CI_Controller foreach ($orders as $item) { $site_code = strtolower($item->COLI_WebCode); if (in_array($site_code, array('gm', 'gmhw', 'jp', 'jphw', 'ru', 'ruhw', 'it', 'ithw', 'vac', 'vachw', 'vc', 'vchw'))) { - $this->orders_view_path_int($item->COLI_SN, $site_code, $item->COLI_SenderIP); + // $this->orders_view_path_int($item->COLI_SN, $site_code, $item->COLI_SenderIP); } else { $this->orders_view_path($item->COLI_SN, $site_code, $item->COLI_SenderIP); } echo 'COLI_WebCode:' . $item->COLI_WebCode . ' COLI_ID:' . $item->COLI_ID . ' COLI_SenderIP:' . $item->COLI_SenderIP . '
'; } - echo 'test async v2'; + echo 'test async v3'; } // test