Skip to content

Conversation

textworld
Copy link
Contributor

#343 fix

@1379
Copy link
Contributor

1379 commented Nov 18, 2023

service/impl/statistic:116 这里可能也需要同步改了

@textworld
Copy link
Contributor Author

service/impl/statistic:116 这里可能也需要同步改了

done

@@ -113,7 +113,7 @@ func (s statisticServiceImpl) Statistic(ctx context.Context) (*dto.Statistic, er
statistic.LinkCount = linkCount
statistic.VisitCount = postVisitCount + sheetVisitCount
statistic.LikeCount = postLikeCount + sheetLikeCount
statistic.Birthday = int64(birthday.(int))
statistic.Birthday = birthday.(int64)
statistic.EstablishDays = (time.Now().UnixMilli() - int64(birthday.(int))) / (1000 * 24 * 3600)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

117行这里还有一个 birthday 的转换,也改成 int64 吧

@jakezhu9
Copy link
Member

@textworld 进展如何?review中提到的最后一个小问题可以顺便改了吗,谢谢!

@jakezhu9
Copy link
Member

jakezhu9 commented Feb 4, 2024

@textworld 感谢你的贡献!由于剩下的问题和合并冲突还没解决,且长时间没有得到你的回复,我只能先将这个pr关闭。

@jakezhu9 jakezhu9 closed this Feb 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants