Commit df3157a1 authored by hujun's avatar hujun

0

parent b3008f88
...@@ -3502,7 +3502,7 @@ class Finance extends Basic ...@@ -3502,7 +3502,7 @@ class Finance extends Basic
$where['paylog_id'] = $new_paylog_id; $where['paylog_id'] = $new_paylog_id;
$pay_log_id = $m_pay_adjustment->getFieldColumn('paylog_id', $where); $pay_log_id = $m_pay_adjustment->getFieldColumn('paylog_id', $where);
if (count($pay_log_id) > 1) { if (count($pay_log_id) > 0) {
return $this->response($code, '存在调整,不能删除.'); return $this->response($code, '存在调整,不能删除.');
} }
......
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