Commit b21d4121 authored by yanzg's avatar yanzg

数据迁移为null

parent b1cff2dd
...@@ -63,6 +63,7 @@ public class AllBeanRowMapper<T> implements RowMapper<T> { ...@@ -63,6 +63,7 @@ public class AllBeanRowMapper<T> implements RowMapper<T> {
*/ */
public AllBeanRowMapper(Class<T> mappedClass, ConfigDb configDb) { public AllBeanRowMapper(Class<T> mappedClass, ConfigDb configDb) {
initialize(mappedClass); initialize(mappedClass);
this.configDb = configDb;
} }
/** /**
......
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