rdluck 4 년 전
부모
커밋
5cf9ac0c21
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      controllers/wechat.go

+ 1 - 0
controllers/wechat.go

@@ -202,6 +202,7 @@ func (this *WechatCommonController) WechatLogin() {
 		codeLog.FirstLogin = firstLogin
 		codeLog.Authorization = token
 		codeLog.UserPermission = permission
+		codeLog.CreateTime=time.Now()
 		models.AddWxUserCode(codeLog)
 	}