Commit a3bbdf235a82ab8e7f33a5590bdd5091958d4578

Authored by liquanyu
1 parent 6427c0d307

mysql

Showing 1 changed file with 7 additions and 0 deletions

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