...
|
...
|
@@ -350,7 +350,7 @@ func (usersService *UsersService) CooperationUserGet(cooperationUserGetQuery *qu |
|
|
}
|
|
|
var deadline int64
|
|
|
if !result.CooperationInfo.CooperationDeadline.IsZero() {
|
|
|
deadline = result.CooperationInfo.CooperationDeadline.Unix()
|
|
|
deadline = result.CooperationInfo.CooperationDeadline.UnixNano() / 1e6
|
|
|
}
|
|
|
userInfo := dto.CooperationUserInfo{
|
|
|
UserId: strconv.Itoa(result.UserId),
|
...
|
...
|
|