Commit c2ae03f1 authored by chenchuanwen's avatar chenchuanwen

Merge branch 'master_dev' of git.shenbd.com:qm-develop/shenbd into master_dev

parents 606cb12a c2696188
...@@ -30,7 +30,7 @@ abstract class AbstractModel { ...@@ -30,7 +30,7 @@ abstract class AbstractModel {
} }
public function unsetDb(){ public function unsetDb(){
unset($this->db); unset($this->db);
LinkMySQLModel::unsetDbConecet(); // LinkMySQLModel::unsetDbConecet();
} }
/** /**
* 捕获dao中没有的方法,直接访问mysql中相应的类的方法 * 捕获dao中没有的方法,直接访问mysql中相应的类的方法
......
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