增加防御代码,防止恶意攻击(优化)

This commit is contained in:
季圣华
2021-08-22 19:11:17 +08:00
parent d21e6a4ffe
commit 182b9e2bc1
3 changed files with 3 additions and 2 deletions

View File

@@ -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);
}