cqpCow 1 anno fa
parent
commit
587775339d
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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)