Commit e4d48e74 authored by hujun's avatar hujun

成交报告id修改

parent bd4b361e
......@@ -1296,7 +1296,7 @@ class Finance extends Basic
if (empty($house_number)) {
$m_bargain = new OBargainModel();
$house_number = $m_bargain->getCheckBargain('house_number', (int)$this->params['id']);
$house_number = $m_bargain->getCheckBargain('house_number', (int)$bargain_id);
}
if (is_array($step_content)) {
......
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