banner count

This commit is contained in:
CHIEFSOFT\ameye
2025-08-14 21:02:20 -04:00
parent 102ed97ed5
commit 61f91489ca
+1 -1
View File
@@ -464,7 +464,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"],
"family_action" => 0,
"home_dash_type" => $out["home_dash_type"],