|
@@ -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)
|