public function doEdit(Request $request)
{
$data = $request ->except('shebei');
$condition = ['id'=>$ data['id']];
$result = GongyikaModel::update($data,$condition);
$status = 0;
$message = 'Update failed, please check';
if (true == $result) {
%
Print $data and see if there is an ID in it? If not, there is something wrong with the front-end writing.