Commit 528f58a8 by qiuweili123

优化

parent 947c8673
...@@ -17,7 +17,7 @@ public class MatrixMybatisGlobalConfig extends GlobalConfig { ...@@ -17,7 +17,7 @@ public class MatrixMybatisGlobalConfig extends GlobalConfig {
*/ */
public MatrixMybatisGlobalConfig() { public MatrixMybatisGlobalConfig() {
this.setMetaObjectHandler(getFillDefaultValueHandler()); this.setMetaObjectHandler(getFillDefaultValueHandler());
this.setDbConfig(getDbConfig()); this.setDbConfig(getDefaultDbConfig());
} }
public DbConfig getDefaultDbConfig() { public DbConfig getDefaultDbConfig() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment