Deend UID
This commit is contained in:
@@ -277,6 +277,11 @@ long WrenchJobManagerList( CVars in, CVars &out){
|
||||
CVars rec;
|
||||
map_to_cvars(f, rec);
|
||||
|
||||
|
||||
|
||||
snprintf(vname, sizeof (vname), "depend_uid_%05d", i);
|
||||
out[vname] = rec["depend_uid"];
|
||||
|
||||
snprintf(vname, sizeof (vname), "id_%05d", i);
|
||||
out[vname] = rec["id"];
|
||||
|
||||
|
||||
@@ -766,7 +766,8 @@ class ResultFormatter extends Model
|
||||
"banner" => $this->fixEmptyBanner( $out["banner_${key}"]),
|
||||
'interest_count' => $out["${$int_c}"] ?? 0,
|
||||
'ext_request' => $out["ext_request_${key}"],
|
||||
'category' => $this->dummyGetCategory( $cateG )
|
||||
'category' => $this->dummyGetCategory( $cateG ),
|
||||
'depend_uid' => $out["depend_uid_${key}"]
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user