正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -350,7 +350,7 @@ func (usersService *UsersService) CooperationUserGet(cooperationUserGetQuery *qu | @@ -350,7 +350,7 @@ func (usersService *UsersService) CooperationUserGet(cooperationUserGetQuery *qu | ||
350 | } | 350 | } |
351 | var deadline int64 | 351 | var deadline int64 |
352 | if !result.CooperationInfo.CooperationDeadline.IsZero() { | 352 | if !result.CooperationInfo.CooperationDeadline.IsZero() { |
353 | - deadline = result.CooperationInfo.CooperationDeadline.Unix() | 353 | + deadline = result.CooperationInfo.CooperationDeadline.UnixNano() / 1e6 |
354 | } | 354 | } |
355 | userInfo := dto.CooperationUserInfo{ | 355 | userInfo := dto.CooperationUserInfo{ |
356 | UserId: strconv.Itoa(result.UserId), | 356 | UserId: strconv.Itoa(result.UserId), |
-
请 注册 或 登录 后发表评论