取消mybatis拦截器
This commit is contained in:
parent
b2deb4a778
commit
e78c6a2f0e
|
|
@ -30,7 +30,7 @@ import java.util.Properties;
|
||||||
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 = "NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN";
|
final static String USER_MAPPER_ID = "NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN";
|
||||||
final static String DEPT_MAPPER_ID = "com.bonus.material.basic.mapper.BmUnitMapper";
|
final static String DEPT_MAPPER_ID = "NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNxxxNNN";
|
||||||
@Override
|
@Override
|
||||||
public Object intercept(Invocation invocation) throws Throwable {
|
public Object intercept(Invocation invocation) throws Throwable {
|
||||||
try {
|
try {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue