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
 }