Commit 54522d0c authored by hujun's avatar hujun

$data

parent 16dc54bf
...@@ -734,7 +734,7 @@ class OfficeBargain extends Basic ...@@ -734,7 +734,7 @@ class OfficeBargain extends Basic
$update['role'] = $this->params['role']; $update['role'] = $this->params['role'];
$update['scale_fee'] = $this->params['scale_fee']; $update['scale_fee'] = $this->params['scale_fee'];
$data = $this->m_bargain->updateBargainById($this->params['bargain_id'], $update); //更改分佣方 $this->m_bargain->updateBargainById($this->params['bargain_id'], $update); //更改分佣方
$comm = new OfficeOPartialCommission(); $comm = new OfficeOPartialCommission();
$partial_data['scale'] = $this->params['scale']; $partial_data['scale'] = $this->params['scale'];
...@@ -778,6 +778,7 @@ class OfficeBargain extends Basic ...@@ -778,6 +778,7 @@ class OfficeBargain extends Basic
} }
if (!empty($content)) { if (!empty($content)) {
dump($father_id);die;
$this->editRecordLog($father_id, '【编号:' . $father_id . '】'.$content); $this->editRecordLog($father_id, '【编号:' . $father_id . '】'.$content);
} }
/*记录日志 end*/ /*记录日志 end*/
......
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