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

+ 1 - 0
app/Service/BookingListService.php

@@ -60,6 +60,7 @@ class BookingListService extends Service
             $model = new BookingList();
             $model = new BookingList();
             $model->data_id = $data['data_id'];
             $model->data_id = $data['data_id'];
             $model->data_type = $data['data_type'] ?? 0;
             $model->data_type = $data['data_type'] ?? 0;
+            $model->type = $data['type'] ?? 0;
             $model->amount = $data['amount'] ?? 0;
             $model->amount = $data['amount'] ?? 0;
             $model->mark = $data['mark'] ?? '';
             $model->mark = $data['mark'] ?? '';
             $model->crt_id = $user['id'];
             $model->crt_id = $user['id'];