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