update
This commit is contained in:
parent
7379a51637
commit
658f3c470a
@ -84,6 +84,8 @@
|
|||||||
} else {
|
} else {
|
||||||
$data['is_refund'] = '已到账';
|
$data['is_refund'] = '已到账';
|
||||||
}
|
}
|
||||||
|
$last_refund = FinancialRefund::where('invoice_id', $data['id'])->order('id desc')->findOrEmpty();
|
||||||
|
$data['refund_date'] = $last_refund['create_time'] ?? '';
|
||||||
})
|
})
|
||||||
->toArray();
|
->toArray();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user