|
|
|
@ -77,6 +77,7 @@ class Group_model extends CI_Model {
|
|
|
|
|
if ( strval($vaci->ACI_ServiceType)==='D') {
|
|
|
|
|
$vgrd->PAG_Code = mb_strtoupper($vaci->PAG_Code);
|
|
|
|
|
$vgrd->PAG_ExtendType = mb_strtoupper($vaci->PAG_ExtendType);
|
|
|
|
|
$vgrd->PAG_Type = trim($vaci->PAG_Type);
|
|
|
|
|
$vgrd->pag_code_arr[] = mb_strtoupper($vaci->PAG_Code);
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
@ -110,6 +111,7 @@ class Group_model extends CI_Model {
|
|
|
|
|
if ( strval($vcold->COLD_ServiceType)==='D') {
|
|
|
|
|
$vgrd->PAG_Code = mb_strtoupper($vcold->PAG_Code);
|
|
|
|
|
$vgrd->PAG_ExtendType = mb_strtoupper($vcold->PAG_ExtendType);
|
|
|
|
|
$vgrd->PAG_Type = trim($vcold->PAG_Type);
|
|
|
|
|
$vgrd->pag_code_arr[] = mb_strtoupper($vcold->PAG_Code);
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|