feat : order list
This commit is contained in:
@@ -267,6 +267,8 @@ class SiteService extends BaseService
|
||||
$info->status = $this->request->input('status');
|
||||
$info->expected_delivery_time = $this->request->input('expected_delivery_time');
|
||||
$info->expected_spend_time = $this->request->input('expected_spend_time');
|
||||
|
||||
if (!$info->save()) throw new ErrException('更新失败');
|
||||
});
|
||||
|
||||
return $this->return->success();
|
||||
|
||||
Reference in New Issue
Block a user