This commit is contained in:
weiz 2024-05-08 11:41:43 +08:00
parent 7379a51637
commit 658f3c470a

View File

@ -84,6 +84,8 @@
} else {
$data['is_refund'] = '已到账';
}
$last_refund = FinancialRefund::where('invoice_id', $data['id'])->order('id desc')->findOrEmpty();
$data['refund_date'] = $last_refund['create_time'] ?? '';
})
->toArray();
}