大大
This commit is contained in:
parent
c2056666f1
commit
cef772f53c
@ -139,7 +139,7 @@ class Order extends Model
|
|||||||
}
|
}
|
||||||
|
|
||||||
$subQuery->whereNotIn('inquiry_mode', [7,8,9])
|
$subQuery->whereNotIn('inquiry_mode', [7,8,9])
|
||||||
->whereIn('inquiry_status', [4,5,6,7])
|
->whereIn('inquiry_status', [6,7])
|
||||||
->whereBetween('reception_time', $date_params)
|
->whereBetween('reception_time', $date_params)
|
||||||
->whereRaw('gdxz_order.order_id = gdxz_order_inquiry.order_id');
|
->whereRaw('gdxz_order.order_id = gdxz_order_inquiry.order_id');
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user