放弃跟单
This commit is contained in:
parent
575ca18e04
commit
5fc685146d
|
@ -99,6 +99,7 @@ class OrderController extends base
|
|||
if($status!=null && $status >= 0) {
|
||||
$query->where('status', $status);
|
||||
}
|
||||
$query->where('status', '!=', 4);
|
||||
|
||||
$appointment_status = $request->get('appointment_status', null);
|
||||
if($appointment_status!=null && $appointment_status >= 0) {
|
||||
|
|
Loading…
Reference in New Issue