master
LMR 2 years ago
parent cc1eefdefd
commit 872809de68

@ -50,7 +50,9 @@ class Index extends CI_Controller
,
'vc' => 'voyageschine'
,
'vchw' => 'voyageschine',
'vchw' => 'voyageschine'
,
'gh_vac' => 'globalhighlights_es',
); //站点日志存储库,每个网站对应一个
public function __construct()
@ -69,7 +71,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', 'it', 'ithw', 'vac', 'vachw', 'vc', 'vchw'))) {
if (in_array($site_code, array('gm', 'gmhw', 'jp', 'jphw', 'ru', 'ruhw', 'it', 'ithw', 'vac', 'vachw', 'vc', 'vchw', 'gh_vac'))) {
try {
$this->orders_view_path_int($item->COLI_SN, $site_code, $item->COLI_SenderIP, 0, $item->COLI_OrderDetailText);
} catch (Exception $err) {

Loading…
Cancel
Save