refer hx count

This commit is contained in:
CHIEFSOFT\ameye
2023-08-18 18:29:45 -04:00
parent a039f969f1
commit bf3d728230
+1 -1
View File
@@ -701,7 +701,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(),
);