Commit 24b7c9a5 authored by hujun's avatar hujun

update

parent f9cabe8f
......@@ -3395,7 +3395,7 @@ class Finance extends Basic
$num = $m_pay->updatePayLog(['is_del'=>1, 'id'=>$this->params['pay_id']]);
if ($num > 0) {
$m_pay_adjustment->editData(['is_del'=>1], $adjustment_num[0]['id']);
$m_pay_adjustment->updatePayLogAdjustment(['is_del'=>1,'id'=>$adjustment_num[0]['id']]);
$code = 200;
} else {
$code = 101;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment