check
This commit is contained in:
parent
bfb9380f4d
commit
b15dc5443c
|
@ -7946,8 +7946,8 @@ def checkprojects(req):
|
|||
obj.taskstate =int(data['taskstate'])
|
||||
obj.createuser = User.objects.get(userid=userid)
|
||||
obj.content=data['content']
|
||||
obj.jctime=data['jctime']
|
||||
obj.zgtime=data['zgtime']
|
||||
obj.jctime=datetime.now()
|
||||
obj.zgtime=datetime.now()
|
||||
if yhtp:
|
||||
obj.yhtp=yhtp
|
||||
obj.zghtp=zghtp
|
||||
|
|
Loading…
Reference in New Issue