This commit is contained in:
pengtao 2019-11-21 10:26:05 +08:00
parent 5ce41d5644
commit 9373f843c4

View File

@ -474,6 +474,7 @@ class Report:
args['tga'] = tga
temp['all'] = self.get_all_data(**args)
if temp['all']:
ss_input_fromappids = self.get_ss_input_fromappid(args)
ss_output_fromappids = self.get_ss_output_fromappid(args)
@ -495,7 +496,6 @@ class Report:
args['fromappid_cn'] = fromappids.get(item.split('_success')[0], None) or item
temp['output'].append(self.get_output_fromappid(**args))
data.append(temp)
return data