新增退款成功,恢复优惠卷

This commit is contained in:
2023-04-12 17:43:34 +08:00
parent 28e0a9041c
commit ab6c289bc4
4 changed files with 50 additions and 24 deletions
+1
View File
@@ -145,6 +145,7 @@ class PatientHistoryInquiry extends Model
"UserDoctor.Hospital:hospital_id,hospital_name"
])
->where($params)
->orderBy('created_at','desc')
->get($fields);
}