Commit c2696188 authored by wwccw0591's avatar wwccw0591

pc

parent c4a2bc18
...@@ -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