Commit 8e341634 authored by yanzg's avatar yanzg

接口文档的支持

parent 0c36017d
...@@ -57,8 +57,8 @@ public abstract class BaseDaoSql { ...@@ -57,8 +57,8 @@ public abstract class BaseDaoSql {
*/ */
protected DbExecute getDb() { protected DbExecute getDb() {
if (this.db != null && !this.initSql) { if (this.db != null && !this.initSql) {
this.initExecute();
this.initSql = true; this.initSql = true;
this.initExecute();
} }
return db; return db;
} }
......
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