调整供应链订单监控
This commit is contained in:
parent
9c1c375ba1
commit
df34d5c8b8
@ -2584,7 +2584,6 @@ class StoreOrderRepository extends BaseRepository
|
||||
$orders = StoreOrder::where($where)
|
||||
->where('activity_type', 98)
|
||||
->whereIn('status', [StoreOrder::STATUS_WAIT_COMMENT, StoreOrder::STATUS_FINISH])
|
||||
->where('is_del', 0)
|
||||
->where('is_system_del', 0)
|
||||
->when($keyword !== '', function ($query) use ($keyword) {
|
||||
$query->where('order_sn|user_phone', 'like', "%$keyword%");
|
||||
|
Loading…
x
Reference in New Issue
Block a user