正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
@@ -174,8 +174,8 @@ class Study extends Backend | @@ -174,8 +174,8 @@ class Study extends Backend | ||
174 | public function chang_down() | 174 | public function chang_down() |
175 | { | 175 | { |
176 | $id = input('id'); | 176 | $id = input('id'); |
177 | - $res = \app\admin\model\Study::where('id', $id)->update(['grade_id' => 1]); | ||
178 | - if ($res !== false) { | 177 | +// $res = \app\admin\model\Study::where('id', $id)->update(['grade_id' => 1]); |
178 | + if (true) { | ||
179 | $this->success(''); | 179 | $this->success(''); |
180 | } | 180 | } |
181 | } | 181 | } |
-
请 注册 或 登录 后发表评论