fillable; foreach ($cols as $col) { if (!in_array($col, array_keys($request))) { continue; } $data[$col] = empty($request[$col]) ? NULL : $request[$col]; } $hecm->update([['vol_no', $request['vol_no']]], $data); echo""; header("Location:"."https://www.masada.com.tw/wms/crm/crmm02-index.php?token=".$request['token']);