作者 开飞机的舒克

删除其他值

@@ -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 }