提交 54ecc0ac authored 作者: chengye's avatar chengye

test

上级 784e87bb
...@@ -90,6 +90,9 @@ class WriteOff extends Controller ...@@ -90,6 +90,9 @@ class WriteOff extends Controller
->order('payment_id asc') ->order('payment_id asc')
->select(); ->select();
if($payments->isEmpty()) { if($payments->isEmpty()) {
$account = EmAccount::get(['account_id'=>$invoice->account_id]);
$account->amount -= $invoice->payment_balance;
$account->save();
return '没有销账的缴费单!'; return '没有销账的缴费单!';
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论