diff --git a/sst-manager/src/main/resources/config/mybatis-sqlmap-config.xml b/sst-manager/src/main/resources/config/mybatis-sqlmap-config.xml
index 6ba2a5c2bcbca018c18a0fb91fe62ad9c7986e5b..07483e7ca5e40b3231ae6eb870b6dd9610d53432 100644
--- a/sst-manager/src/main/resources/config/mybatis-sqlmap-config.xml
+++ b/sst-manager/src/main/resources/config/mybatis-sqlmap-config.xml
@@ -16,5 +16,12 @@
 			<property name="dialect" value="MySql" />
 			<property name="showSql" value="MySql" />
 		</plugin>
+		<plugin interceptor="com.mortals.framework.thirty.mybatis.LogInterceptor">
+			<property name="enableExecutorTime" value="false" />
+			<property name="showSql" value="false" />
+		</plugin>
+		<plugin interceptor="com.mortals.framework.thirty.dm.DmTransInterceptor">
+
+		</plugin>
 	</plugins>
 </configuration>
\ No newline at end of file