Commit 469edae2 authored by hujun's avatar hujun

pay_id

parent 22c309a6
...@@ -2923,7 +2923,7 @@ class Finance extends Basic ...@@ -2923,7 +2923,7 @@ class Finance extends Basic
} }
$m_pay_log = new OPayLogAdjustment(); $m_pay_log = new OPayLogAdjustment();
$id = $m_pay_log->getFieldValue('id', ['paylog_id']); $id = $m_pay_log->getFieldValue('id', ['paylog_id'=>$this->params['pay_id']]);
if ($id) { if ($id) {
return $this->response(101, '收款存在调整不能修改'); return $this->response(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