Commit b66bf21215c242be3565fb94badb43b5dacc1a5b

Authored by liquanyu
1 parent 9b59f95d3d

预约

Showing 1 changed file with 5 additions and 5 deletions

platform-operate-api/src/main/resources/mybatis.xml View file @ b66bf21
... ... @@ -19,11 +19,11 @@
19 19 <!--</plugin>-->
20 20 <!--</plugins>-->
21 21  
22   - <!--<plugins>-->
23   - <!--<plugin interceptor="com.lyms.platform.operate.web.inteceptor.MysqlDataInterceptor">-->
24   - <!--<property name="dialect" value="mysql"/>-->
25   - <!--</plugin>-->
26   - <!--</plugins>-->
  22 + <plugins>
  23 + <plugin interceptor="com.lyms.platform.operate.web.inteceptor.MysqlDataInterceptor">
  24 + <property name="dialect" value="mysql"/>
  25 + </plugin>
  26 + </plugins>
27 27  
28 28 </configuration>