inleft
2022-08-21 7fe1bd7734e8a1f80523d5fce34290e3f20a7403
snowy-main/src/main/java/vip/xiaonuo/modular/blogStatistics/BlogStatisticsController.java
@@ -83,7 +83,7 @@
                .eq(BlogArticleComment::getVisitorNickName, MyConstant.inleft)
                .orderByDesc(BlogArticleComment::getCreateDate)
                .last(MyConstant.limit)
                .select(BlogArticleComment::getId,BlogArticleComment::getCreateDate)
                .select(BlogArticleComment::getId, BlogArticleComment::getCreateDate)
                .one();
        if (comment != null && comment.getUpdateDate() != null