This commit is contained in:
Your Name
2026-05-19 11:18:23 +08:00
parent 2ea0e1d54b
commit a1392f9491
@@ -677,6 +677,7 @@ 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')
->whereIn('status', [2,5])
->select()
->toArray();