cqpCow 1 년 전
부모
커밋
587775339d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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)