瀏覽代碼

bug修改

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
 }