修改fromappid 获得逻辑

This commit is contained in:
pengtao 2019-10-24 15:51:27 +08:00
parent 399671cb98
commit ac20ee46d1

View File

@ -438,7 +438,6 @@ class Report:
args['fromappid'] = item
args['fromappid_cn'] = fromappids.get(item, None) or "未知"
temp['input'].append(self.get_input_fromappid(**args))
data.append(temp)
if fromappids and ss_output_fromappids:
for item in ss_output_fromappids:
@ -448,7 +447,7 @@ class Report:
args['fromappid'] = item
args['fromappid_cn'] = fromappids.get(item.split('_success')[0], None) or "未知"
temp['output'].append(self.get_output_fromappid(**args))
data.append(temp)
data.append(temp)
return data