xiugaixiaochengux

This commit is contained in:
shilixia 2020-04-15 11:56:32 +08:00
parent 7c1986b206
commit 23b8f77b36
1 changed files with 2 additions and 2 deletions

View File

@ -7994,11 +7994,11 @@ def checkprojects(req):
x = a.values('checktask__checktaskname','starttime','zgjg','checktask__tasktype','endtime','jobstate','zguser__username','checktask__checktype__checkcontent','checktask__checkplace','checktask__checktime' ,'checkname__username','checkname__name', 'checkquestion', 'zgtime', 'zguser__username', 'createuser__username',
'createdate', 'taskstate','zghtp','content','yhtp','pmpeople', 'zgyq','zgjg', 'yanshou', 'yanshouren__name')[0]
x['bcfr'] = uselist
if x['yhtp'] != '':
if x['yhtp']:
x['yhtp'] = x['yhtp'].split('?')
else:
x['yhtp'] == []
if x['zghtp'] != '':
if x['zghtp']:
x['zghtp'] = x['zghtp'].split('?')
else:
x['zghtp'] == []