更新
This commit is contained in:
@@ -677,7 +677,6 @@ class PrescriptionOrderLogic
|
||||
$rows = Order::whereIn('id', $ids)->whereNull('delete_time')
|
||||
->field(['id', 'order_no', 'order_type', 'amount', 'status', 'create_time', 'creator_id', 'remark', 'is_exempt'])
|
||||
->order('id', 'asc')
|
||||
->where('status', 2)
|
||||
->select()
|
||||
->toArray();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user