正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -25,7 +25,7 @@ class User extends Frontend | @@ -25,7 +25,7 @@ class User extends Frontend | ||
25 | public function index() | 25 | public function index() |
26 | { | 26 | { |
27 | $row = Db::name('appversion') | 27 | $row = Db::name('appversion') |
28 | - ->where(['app_type' => 'user']) | 28 | + ->where(['app_type' => 'user_type']) |
29 | ->order('id desc') | 29 | ->order('id desc') |
30 | ->find(); | 30 | ->find(); |
31 | if(!empty($row)){ | 31 | if(!empty($row)){ |
-
请 注册 或 登录 后发表评论