diff --git a/base-manager/src/main/resources/config/mybatis-sqlmap-config.xml b/base-manager/src/main/resources/config/mybatis-sqlmap-config.xml index 32ff7dfe9e5fdf0ffec895b5eee0c25e6d36e009..92cb4d7f7cf18f4cf8fcbf7f2af89d8d0e0017a8 100644 --- a/base-manager/src/main/resources/config/mybatis-sqlmap-config.xml +++ b/base-manager/src/main/resources/config/mybatis-sqlmap-config.xml @@ -23,7 +23,7 @@ </plugin> <plugin interceptor="com.mortals.framework.thirty.dm.DmTransInterceptor"> - + <property name="showSql" value="false" /> </plugin> </plugins> diff --git a/portal-manager/src/main/resources/config/mybatis-sqlmap-config.xml b/portal-manager/src/main/resources/config/mybatis-sqlmap-config.xml index 5dada7c51add5abc734c2055d44c026933e4df08..6b272f46ce66086cbfcc4db30314873e432dff52 100644 --- a/portal-manager/src/main/resources/config/mybatis-sqlmap-config.xml +++ b/portal-manager/src/main/resources/config/mybatis-sqlmap-config.xml @@ -8,6 +8,7 @@ <setting name="useColumnLabel" value="true" /> <setting name="useGeneratedKeys" value="false" /> <setting name="defaultExecutorType" value="REUSE" /> + </settings> <plugins> <plugin interceptor="com.mortals.framework.thirty.mybatis.MortalsPagePlugin"> @@ -19,7 +20,7 @@ <property name="showSql" value="false" /> </plugin> <plugin interceptor="com.mortals.framework.thirty.dm.DmTransInterceptor"> - + <property name="showSql" value="false" /> </plugin> </plugins> </configuration> \ No newline at end of file