mirror of
https://github.com/jeecgboot/jeecg-boot.git
synced 2025-09-09 08:31:32 +00: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