family list

This commit is contained in:
CHIEFSOFT\ameye
2023-09-23 10:46:34 -04:00
parent d6a43ecc34
commit 91f8d264e5
2 changed files with 19 additions and 3 deletions
+3 -1
View File
@@ -381,7 +381,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(),
);
@@ -392,6 +392,8 @@ class ResultFormatter extends Model
"firstname" => $out["firstname_${key}"],
"lastname" => $out["lastname_${key}"],
"age" => $out["age_${key}"],
"year" => $out["year_${key}"],
"month" => $out["month_${key}"],
"last_login" => $out["last_login_${key}"],
"task_count" => $out["task_count_${key}"],
"pending_task_count" => $out["task_count_${key}"],