src/main/java/com/moon/server/service/sys/LoginService.java
@@ -87,10 +87,11 @@ /** * 用户登录状态 * * @return */ @Override public List<LoginEntity> selectLoginCounts(){ public List<LoginEntity> selectLoginCounts() { return loginMapper.selectLoginCounts(); } }