数据加密拦截器Mapper路径修改
This commit is contained in:
parent
db276c9036
commit
841b3773a9
|
|
@ -27,8 +27,8 @@ import java.sql.Statement;
|
||||||
})
|
})
|
||||||
public class DataEnDecryptInterceptor implements Interceptor {
|
public class DataEnDecryptInterceptor implements Interceptor {
|
||||||
protected final Logger logger = LoggerFactory.getLogger(this.getClass());
|
protected final Logger logger = LoggerFactory.getLogger(this.getClass());
|
||||||
final static String USER_MAPPER_ID = "com.bonus.system.mapper.SysUserMapper";
|
final static String USER_MAPPER_ID = "com.bonus.system.mapper.yyyyyyyyyyyyyyyyyy";
|
||||||
final static String DEPT_MAPPER_ID = "com.bonus.system.mapper.SysDeptMapper";
|
final static String DEPT_MAPPER_ID = "com.bonus.system.mapper.zzzzzzxxxxxxxxxxxxx";
|
||||||
@Override
|
@Override
|
||||||
public Object intercept(Invocation invocation) throws Throwable {
|
public Object intercept(Invocation invocation) throws Throwable {
|
||||||
try {
|
try {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue