Commit e21c98d8 authored by hujun's avatar hujun

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

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