作者 开飞机的舒克

删除其他值

... ... @@ -190,14 +190,6 @@ class User extends Backend
$this->success();
}
$this->error(__('No rows were updated'));
// $row = $this->model->get($ids);
// if ($row['is_teach'] == 1){
// $row['teach_phone'] = $row['mobile'];
// }else{
// $row['teach_phone'] = null;
// }
// $this->success();
}
}
... ...