Commit bfd4023a authored by wwccw0591's avatar wwccw0591

pc

parent 62c93452
......@@ -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