remove fromappid = ''
This commit is contained in:
parent
f765da9249
commit
c79411bbd2
@ -436,7 +436,7 @@ class Report:
|
|||||||
if fromappids and ss_input_fromappids:
|
if fromappids and ss_input_fromappids:
|
||||||
for item in ss_input_fromappids:
|
for item in ss_input_fromappids:
|
||||||
args['fromappid'] = item
|
args['fromappid'] = item
|
||||||
args['fromappid_cn'] = fromappids.get(item, None) or "未知"
|
args['fromappid_cn'] = fromappids.get(item, None) or item
|
||||||
temp['input'].append(self.get_input_fromappid(**args))
|
temp['input'].append(self.get_input_fromappid(**args))
|
||||||
|
|
||||||
if fromappids and ss_output_fromappids:
|
if fromappids and ss_output_fromappids:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user