interest_uid_

This commit is contained in:
CHIEFSOFT\ameye
2023-06-23 13:26:32 -04:00
parent 47a78a5024
commit 62ccc87733
2 changed files with 6 additions and 1 deletions
+1
View File
@@ -95,6 +95,7 @@ class ResultFormatter extends Model
for ($i = 0; $i < $total; $i++) {
$key = sprintf("%05d", $i);
$res["result_list"][] = array(
"interest_uid" => $out["interest_uid_${key}"],
"client_id" => $out["client_id_${key}"],
"client_uid" => $out["client_uid_${key}"],
"client_name" => $out["client_name_${key}"],