|
|
|
@ -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', 'it', 'ts', 'ithw', 'vac', 'vachw', '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','ct', 'it','gl', 'ts', 'ithw', 'vac', 'vachw','sht', '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) {
|
|
|
|
|