shichen 9 ヶ月 前
コミット
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
 }