|
@@ -91,7 +91,7 @@ class OrderController extends Controller
|
|
return $this->showWarning('找不到订单');
|
|
return $this->showWarning('找不到订单');
|
|
}
|
|
}
|
|
$item->remark = $request->input('remark', '');
|
|
$item->remark = $request->input('remark', '');
|
|
- if(!$item->remark) {
|
|
|
|
|
|
+ if(!$item->save()) {
|
|
return $this->showWarning('保存失败');
|
|
return $this->showWarning('保存失败');
|
|
}
|
|
}
|
|
return $this->showMessage('操作成功');
|
|
return $this->showMessage('操作成功');
|