cqpCow hace 1 año
padre
commit
46ba94f1e5
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      app/Service/PaymentReceiptService.php

+ 2 - 0
app/Service/PaymentReceiptService.php

@@ -29,6 +29,7 @@ class PaymentReceiptService extends Service
             $model->data_type = $data['data_type'];
             $model->type = $data['type'];
             $model->account = $data['account'] ?? 0;
+            $model->pay_way = $data['pay_way'] ?? 0;
             $model->amount = $data['amount'] ?? 0;
             $model->mark = $data['mark'] ?? '';
             $model->payment_receipt_date = $data['payment_receipt_date'] ?? 0;
@@ -86,6 +87,7 @@ class PaymentReceiptService extends Service
             $model->data_type = $data['data_type'];
             $model->type = $data['type'];
             $model->account = $data['account'] ?? 0;
+            $model->pay_way = $data['pay_way'] ?? 0;
             $model->amount = $data['amount'] ?? 0;
             $model->mark = $data['mark'] ?? '';
             $model->crt_id = $user['id'];