safesite operation bug
This commit is contained in:
parent
e1abcb36d2
commit
76589e4cce
|
@ -5809,11 +5809,11 @@ def apioperation(req):
|
|||
else:
|
||||
x['zyimg2'] = []
|
||||
|
||||
x['fxcs'] = []
|
||||
fxcs = []
|
||||
for i in x['fxcs'].split('?'):
|
||||
if i:
|
||||
x['fxcs'].append(int(i))
|
||||
|
||||
fxcs.append(int(i))
|
||||
x['fxcs'] = fxcs
|
||||
x['fxcs_'] = list(Fxcs.objects.filter(
|
||||
id__in=x['fxcs']).values('id', 'fxfx', 'aqcs', 'cslx'))
|
||||
# 确认详情
|
||||
|
|
Loading…
Reference in New Issue