This commit is contained in:
CHIEFSOFT\ameye
2024-05-21 08:38:23 -04:00
parent cbb88edd07
commit cbb50bf801
2 changed files with 4 additions and 0 deletions
@@ -328,6 +328,9 @@ long WrenchJobManagerList( CVars in, CVars &out){
snprintf(vname, sizeof (vname), "media_uid_%05d", i);
out[vname] = rec["media_uid"];
snprintf(vname, sizeof (vname), "job_mode_%05d", i);
out[vname] = rec["job_mode"];
}
}
+1
View File
@@ -739,6 +739,7 @@ class ResultFormatter extends Model
'currency' => $out["currency_${key}"],
'job_type' => $out["job_type_${key}"],
'media_uid' => $out["media_uid_${key}"],
'job_mode' => $out["job_mode_${key}"],
'currency_code' => $out["currency_code_${key}"],
"banner" => $this->fixEmptyBanner( $out["banner_${key}"]),
'interest_count' => $out["${$int_c}"] ?? 0,