feat: 工作台全部订单增加已拒接的订单
This commit is contained in:
parent
f68b3571fc
commit
9762d89d4e
|
|
@ -92,6 +92,7 @@ class OrderDispatchService extends BaseService
|
||||||
$model->where('plan_time', '<=', date('Y-m-d 23:59:59', strtotime('+1 day')));
|
$model->where('plan_time', '<=', date('Y-m-d 23:59:59', strtotime('+1 day')));
|
||||||
break;
|
break;
|
||||||
case 'all':
|
case 'all':
|
||||||
|
$status[] = OrderDispatch::STATUS_REFUSED;
|
||||||
$status[] = OrderDispatch::STATUS_FINISH;
|
$status[] = OrderDispatch::STATUS_FINISH;
|
||||||
$model->whereIn('status', $status);
|
$model->whereIn('status', $status);
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user