数据加密拦截器Mapper路径修改

This commit is contained in:
syruan 2025-06-16 15:07:16 +08:00
parent db276c9036
commit 841b3773a9
1 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,8 @@ import java.sql.Statement;
})
public class DataEnDecryptInterceptor implements Interceptor {
protected final Logger logger = LoggerFactory.getLogger(this.getClass());
final static String USER_MAPPER_ID = "com.bonus.system.mapper.SysUserMapper";
final static String DEPT_MAPPER_ID = "com.bonus.system.mapper.SysDeptMapper";
final static String USER_MAPPER_ID = "com.bonus.system.mapper.yyyyyyyyyyyyyyyyyy";
final static String DEPT_MAPPER_ID = "com.bonus.system.mapper.zzzzzzxxxxxxxxxxxxx";
@Override
public Object intercept(Invocation invocation) throws Throwable {
try {