This commit is contained in:
caoqianming 2020-06-22 19:23:31 +08:00
parent bfb9380f4d
commit b15dc5443c
1 changed files with 2 additions and 2 deletions

View File

@ -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