Browse Source

完善功能

gorden 9 months ago
parent
commit
a47a8a5549
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/admin/controller/order/WholeController.php

+ 1 - 1
app/admin/controller/order/WholeController.php

@@ -211,7 +211,7 @@ class WholeController extends Curd
                     'cut' => $benifit->member_benefit_limit_count - $benifit->member_benefit_used_count,
                 ];
                 $appontments = Appointment::where('join_appointment_member_benefit_id', $benifit->member_benefit_id)
-//                    ->where('appointment_status', 'DONE')
+                    ->where('appointment_status', 'DONE')
                     ->select('appointment_id', 'appointment_done_datetime', 'appointment_done_json')
                     ->get()
                     ->toArray();