xiugaixiaochengux
This commit is contained in:
parent
7c1986b206
commit
23b8f77b36
|
@ -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'] == []
|
||||
|
|
Loading…
Reference in New Issue