Commit 0606aa56 by zhangdaiscott

mybatisPlus升级,拦截器排除写法修改

parent 1bbca48b
...@@ -11,7 +11,7 @@ public interface BaseCommonMapper { ...@@ -11,7 +11,7 @@ public interface BaseCommonMapper {
* @param dto * @param dto
*/ */
//@SqlParser(filter=true) //@SqlParser(filter=true)
@InterceptorIgnore @InterceptorIgnore(illegalSql = "true", tenantLine = "true")
void saveLog(@Param("dto")LogDTO dto); void saveLog(@Param("dto")LogDTO dto);
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment