将日志写入的用户超时逻辑改为限定为同一个账号
This commit is contained in:
@@ -30,6 +30,7 @@ public interface LogMapperEx {
|
||||
@Param("content") String content);
|
||||
|
||||
Long getCountByIpAndDate(
|
||||
@Param("userId") Long userId,
|
||||
@Param("moduleName") String moduleName,
|
||||
@Param("clientIp") String clientIp,
|
||||
@Param("createTime") String createTime);
|
||||
|
||||
Reference in New Issue
Block a user