mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2025-12-08 17:12:28 +08:00
mybatisPlus升级,拦截器排除写法修改
This commit is contained in:
@ -11,7 +11,7 @@ public interface BaseCommonMapper {
|
||||
* @param dto
|
||||
*/
|
||||
//@SqlParser(filter=true)
|
||||
@InterceptorIgnore
|
||||
@InterceptorIgnore(illegalSql = "true", tenantLine = "true")
|
||||
void saveLog(@Param("dto")LogDTO dto);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user