From e78c6a2f0ec9171c0dae48908310c9be13511fa1 Mon Sep 17 00:00:00 2001 From: syruan <15555146157@163.com> Date: Mon, 16 Jun 2025 14:43:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88mybatis=E6=8B=A6=E6=88=AA?= =?UTF-8?q?=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bonus/material/interceptor/DataEnDecryptInterceptor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bonus-modules/bonus-material/src/main/java/com/bonus/material/interceptor/DataEnDecryptInterceptor.java b/bonus-modules/bonus-material/src/main/java/com/bonus/material/interceptor/DataEnDecryptInterceptor.java index 65498550..1c9c1303 100644 --- a/bonus-modules/bonus-material/src/main/java/com/bonus/material/interceptor/DataEnDecryptInterceptor.java +++ b/bonus-modules/bonus-material/src/main/java/com/bonus/material/interceptor/DataEnDecryptInterceptor.java @@ -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 {