mirror of https://github.com/jeecgboot/jeecg-boot
mybatisPlus升级,拦截器排除写法修改
parent
1bbca48ba8
commit
0606aa560a
|
@ -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);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue