remind data

This commit is contained in:
CHIEFSOFT\ameye
2023-09-23 10:19:44 -04:00
parent 4d62d79287
commit d6a43ecc34
+2 -1
View File
@@ -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;