取消mybatis拦截器

This commit is contained in:
syruan 2025-06-16 14:43:17 +08:00
parent b2deb4a778
commit e78c6a2f0e
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ import java.util.Properties;
public class DataEnDecryptInterceptor implements Interceptor {
protected final Logger logger = LoggerFactory.getLogger(this.getClass());
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
public Object intercept(Invocation invocation) throws Throwable {
try {