增加防御代码,防止恶意攻击(优化)
This commit is contained in:
@@ -30,6 +30,7 @@ public interface LogMapperEx {
|
||||
@Param("content") String content);
|
||||
|
||||
Long getCountByIpAndDate(
|
||||
@Param("moduleName") String moduleName,
|
||||
@Param("clientIp") String clientIp,
|
||||
@Param("createTime") String createTime);
|
||||
}
|
||||
Reference in New Issue
Block a user