Commit ad19c7a6 authored by hujun's avatar hujun

修改成交报告详情,增加业态和成交价格。

parent e21c98d8
...@@ -251,12 +251,12 @@ class Finance extends Basic ...@@ -251,12 +251,12 @@ class Finance extends Basic
//业态 //业态
if (!empty($this->params['industry_type'])) { if (!empty($this->params['industry_type'])) {
$update_data['trade_type'] = $this->params['trade_type']; $update_data['industry_type'] = $this->params['industry_type'];
} }
//成交价格 //成交价格
if (!empty($this->params['price'])) { if (!empty($this->params['price'])) {
$update_data['trade_type'] = $this->params['trade_type']; $update_data['price'] = $this->params['price'];
} }
$m_bargain = new OBargainModel(); $m_bargain = new OBargainModel();
......
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