Commit 00e91b5e authored by hujun's avatar hujun

调整收款修改

parent 80910232
...@@ -3056,7 +3056,10 @@ class Finance extends Basic ...@@ -3056,7 +3056,10 @@ class Finance extends Basic
} }
if ($id[0]['source'] == 2) { if ($id[0]['source'] == 2) {
return $this->response(101, '调整后收款不能修改'); unset($this->params['receipt_number']);
unset($this->params['pay_type']);
unset($this->params['transfer_name']);
// return $this->response(101, '调整后收款不能修改');
} }
$m_pay_log = new OPayLogAdjustment(); $m_pay_log = new OPayLogAdjustment();
......
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