Explorar el Código

model改名字

lizhen_gitee hace 1 año
padre
commit
b069ee4a97
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      application/admin/controller/UserPayRank.php

+ 1 - 1
application/admin/controller/UserPayRank.php

@@ -15,7 +15,7 @@ class UserPayRank extends Backend
     public function _initialize()
     {
         parent::_initialize();
-        $this->model = new \app\admin\model\UserJewelLog();
+        $this->model = new \app\admin\model\Userjewellog();
     }
 
     /**