无关风月
2025-02-08 bbc55de9bb0f6e5d3d8267c628d25780c19ebf36
xinquan-modules/xinquan-user/src/main/java/com/xinquan/user/service/impl/AppUserViewingHistoryServiceImpl.java
@@ -41,7 +41,7 @@
    }
    @Override
    public int today(Long userId) {
    public Integer today(Long userId) {
        return this.baseMapper.today(userId);
    }
}