Browse Source

bug修改

shichen 9 months ago
parent
commit
393606f080
1 changed files with 1 additions and 1 deletions
  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
 }