正在显示
1 个修改的文件
包含
0 行增加
和
8 行删除
@@ -190,14 +190,6 @@ class User extends Backend | @@ -190,14 +190,6 @@ class User extends Backend | ||
190 | $this->success(); | 190 | $this->success(); |
191 | } | 191 | } |
192 | $this->error(__('No rows were updated')); | 192 | $this->error(__('No rows were updated')); |
193 | -// $row = $this->model->get($ids); | ||
194 | -// if ($row['is_teach'] == 1){ | ||
195 | -// $row['teach_phone'] = $row['mobile']; | ||
196 | -// }else{ | ||
197 | -// $row['teach_phone'] = null; | ||
198 | -// } | ||
199 | -// $this->success(); | ||
200 | - | ||
201 | } | 193 | } |
202 | 194 | ||
203 | } | 195 | } |
-
请 注册 或 登录 后发表评论