safesite operation bug

This commit is contained in:
caoqianming 2022-01-08 08:54:01 +08:00
parent e1abcb36d2
commit 76589e4cce
1 changed files with 3 additions and 3 deletions

View File

@ -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'))
# 确认详情