修改fromappid 获得逻辑
This commit is contained in:
parent
399671cb98
commit
ac20ee46d1
@ -438,7 +438,6 @@ class Report:
|
|||||||
args['fromappid'] = item
|
args['fromappid'] = item
|
||||||
args['fromappid_cn'] = fromappids.get(item, None) or "未知"
|
args['fromappid_cn'] = fromappids.get(item, None) or "未知"
|
||||||
temp['input'].append(self.get_input_fromappid(**args))
|
temp['input'].append(self.get_input_fromappid(**args))
|
||||||
data.append(temp)
|
|
||||||
|
|
||||||
if fromappids and ss_output_fromappids:
|
if fromappids and ss_output_fromappids:
|
||||||
for item in ss_output_fromappids:
|
for item in ss_output_fromappids:
|
||||||
@ -448,7 +447,7 @@ class Report:
|
|||||||
args['fromappid'] = item
|
args['fromappid'] = item
|
||||||
args['fromappid_cn'] = fromappids.get(item.split('_success')[0], None) or "未知"
|
args['fromappid_cn'] = fromappids.get(item.split('_success')[0], None) or "未知"
|
||||||
temp['output'].append(self.get_output_fromappid(**args))
|
temp['output'].append(self.get_output_fromappid(**args))
|
||||||
data.append(temp)
|
data.append(temp)
|
||||||
|
|
||||||
return data
|
return data
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user