提交 d4a5b78f authored 作者: chengye's avatar chengye

销账测试

上级 dc91bf25
...@@ -290,7 +290,6 @@ class Invoice extends Base ...@@ -290,7 +290,6 @@ class Invoice extends Base
return '没有销账的缴费单!'; return '没有销账的缴费单!';
} }
dd($payments);
} }
$paymentIds = []; $paymentIds = [];
foreach ($payments as $payment){ foreach ($payments as $payment){
...@@ -423,7 +422,7 @@ class Invoice extends Base ...@@ -423,7 +422,7 @@ class Invoice extends Base
$invData['update_time'] = strtotime($invData['update_time']); $invData['update_time'] = strtotime($invData['update_time']);
//EmInvoiceHistory::create($invData); //EmInvoiceHistory::create($invData);
unset($invs[$index]); //从结果集中去掉无效的数据 //unset($invs[$index]); //从结果集中去掉无效的数据
//更新状态 //更新状态
$payment->save(); $payment->save();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论