Commit 0bc8c649 authored by chenchuanwen's avatar chenchuanwen

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

parents 5d160f0f bfd4023a
......@@ -48,7 +48,6 @@ class MessageServiceModel extends \Business\AbstractModel
{
if (!(self::$_instance instanceof self)) {
self::$_instance = new self();
echo 111;exit;
}
return self::$_instance;
......@@ -160,8 +159,8 @@ class MessageServiceModel extends \Business\AbstractModel
$mesageOneDao = \DAO\MessageOneModel::getInstance();
$store->unsetDb();
$member->unsetDb();
// $messageHistoryDao->unsetDb();
// $mesageOneDao->unsetDb();
$messageHistoryDao->unsetDb();
$mesageOneDao->unsetDb();
}
public function unsetDb()
......
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