cqpCow 1 year ago
parent
commit
587775339d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/Service/BookingListService.php

+ 1 - 0
app/Service/BookingListService.php

@@ -232,6 +232,7 @@ class BookingListService extends Service
 
     public function getAllAmount($data_id = [], $data_type = 0){
         if(empty($data_id) || empty($data_type)) return [];
+        return [];
 
         $booking = BookingList::where('del_time',0)
             ->where('state',BookingList::STATE_ONE)