fixbug
This commit is contained in:
parent
5ce41d5644
commit
9373f843c4
@ -474,6 +474,7 @@ class Report:
|
|||||||
args['tga'] = tga
|
args['tga'] = tga
|
||||||
|
|
||||||
temp['all'] = self.get_all_data(**args)
|
temp['all'] = self.get_all_data(**args)
|
||||||
|
if temp['all']:
|
||||||
ss_input_fromappids = self.get_ss_input_fromappid(args)
|
ss_input_fromappids = self.get_ss_input_fromappid(args)
|
||||||
ss_output_fromappids = self.get_ss_output_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
|
args['fromappid_cn'] = fromappids.get(item.split('_success')[0], None) or item
|
||||||
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