shichen месяцев назад: 9
Родитель
Сommit
393606f080
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/common/dao/user/UserCertificationDao.php

+ 1 - 1
app/common/dao/user/UserCertificationDao.php

@@ -97,6 +97,6 @@ class UserCertificationDao extends BaseDao
97 97
      */
98 98
     public function getUserCertification($mobile)
99 99
     {
100
-        return $this->getModel()->getDB()->where('mobile', $mobile)->find();
100
+        return $this->getModel()::getDB()->where('mobile', $mobile)->find();
101 101
     }
102 102
 }