gogs преди 2 месеца
родител
ревизия
1935a97560
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      app/Service/AuxiliaryAccountService.php

+ 1 - 1
app/Service/AuxiliaryAccountService.php

@@ -234,7 +234,7 @@ class AuxiliaryAccountService extends Service
                     'voucher_no' => $value['voucher_no'],
                     'voucher_remark' => $value['voucher_remark'],
                     'voucher_amount' => $value['voucher_amount'],
-                    'entrust_type' => $value['entrust_type'],
+                    'entrust_type' => $value['entrust_type']??"",
                     'type' => $value['type'],
                     'fee_id' => $value['fee_id']??0,
                     'remark' => $value['remark']??"",