remind data
This commit is contained in:
@@ -187,7 +187,7 @@ class ResultFormatter extends Model
|
|||||||
$total = $out["total_record"];
|
$total = $out["total_record"];
|
||||||
$res = array(
|
$res = array(
|
||||||
"status" => $out["status"],
|
"status" => $out["status"],
|
||||||
"total_record" => ($total - 1),
|
"total_record" => ($total),
|
||||||
"internal_return" => $out["internal_return"],
|
"internal_return" => $out["internal_return"],
|
||||||
"result_list" => array(),
|
"result_list" => array(),
|
||||||
);
|
);
|
||||||
@@ -206,6 +206,7 @@ class ResultFormatter extends Model
|
|||||||
"status_text" => $statusTxt ,
|
"status_text" => $statusTxt ,
|
||||||
"banner" => $banner_img,
|
"banner" => $banner_img,
|
||||||
"firstname" => $out["firstname_${key}"],
|
"firstname" => $out["firstname_${key}"],
|
||||||
|
"remind" => $out["remind_${key}"],
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user