From 9f2c833b895d2fcdc2a2b9e5fbdf1777b8a60460 Mon Sep 17 00:00:00 2001 From: YCC Date: Tue, 6 Feb 2024 18:04:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=8A=93=E5=8F=96=E7=9A=84?= =?UTF-8?q?=E7=BD=91=E7=AB=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/third_party/wwwlog/controllers/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/third_party/wwwlog/controllers/index.php b/application/third_party/wwwlog/controllers/index.php index e1f54856..0b1fe807 100644 --- a/application/third_party/wwwlog/controllers/index.php +++ b/application/third_party/wwwlog/controllers/index.php @@ -83,7 +83,7 @@ class Index extends CI_Controller if ($orders) { foreach ($orders as $item) { $site_code = strtolower($item->COLI_WebCode); - if (in_array($site_code, array('gm', 'gmhw', 'jp', 'jphw', 'ru', 'ruhw','ct', 'it','gl', 'ts', 'ithw', 'vac', 'vachw','sht', 'vc', 'vchw', 'gh_vac', 'gh_jp', 'gh_vc', 'gh_gm', 'gh_ru', 'gh_it'))) { + if (in_array($site_code, array('gm', 'gmhw', 'jp', 'jphw', 'ru', 'ruhw', 'it', 'ithw', 'vac', 'vachw', 'vc', 'vchw', 'gh_vac', 'gh_jp', 'gh_vc', 'gh_gm', 'gh_ru', 'gh_it'))) { try { $this->orders_view_path_int($item->COLI_SN, $site_code, $item->COLI_SenderIP, 0, $item->COLI_OrderDetailText); } catch (Exception $err) {