gogs 2 месяцев назад
Родитель
Сommit
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']??"",