放弃跟单

This commit is contained in:
jianghanbo 2025-03-03 15:52:58 +08:00
parent 575ca18e04
commit 5fc685146d
1 changed files with 1 additions and 0 deletions

View File

@ -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) {