|
|
|
@ -99,12 +99,12 @@ class Paypal_model extends CI_Model {
|
|
|
|
|
where GAI_COLI_SN = $coli_sn and GAI_AccreditNo = '$pn_txn_id'";
|
|
|
|
|
|
|
|
|
|
$info_query = $this->HT->query($info_sql);
|
|
|
|
|
$info_result = $info_query->result();
|
|
|
|
|
$info_result = $info_query->result_array();
|
|
|
|
|
$group_accout_info = array(
|
|
|
|
|
'GAI_SN' => 0,
|
|
|
|
|
'GAI_State' => 0
|
|
|
|
|
);
|
|
|
|
|
if (!empty($info_empty)) {
|
|
|
|
|
if (!empty($info_result)) {
|
|
|
|
|
$group_accout_info = $info_result[0];
|
|
|
|
|
}
|
|
|
|
|
return $group_accout_info;
|
|
|
|
|