注释类型 PostUpdate
执行更新后执行此注解下的方法,无入参。适用于审计
但是在
只会在调用下面的方法后回调:
但是在
BaseMapper 接口调用无效只会在调用下面的方法后回调:
{
mapperManage.insert(entity);
mapperManage.updateById(entity);
}
- 作者:
- lingkang Created by 2024/3/2