| xqd
@@ -13,7 +13,7 @@ class Ignore extends RowAction
|
|
|
public function handle(Model $model)
|
|
|
{
|
|
|
// $model ...
|
|
|
- Evaluate::where('order_id',$model->order_id)->update(['status'=>3]);
|
|
|
+ Evaluate::where('id',$model->id)->update(['status'=>3]);
|
|
|
return $this->response()->success('忽略成功')->refresh();
|
|
|
}
|
|
|
|