Commit d63a48bc authored by hujun's avatar hujun

编辑收款

parent a9b0a37b
...@@ -3001,6 +3001,8 @@ class Finance extends Basic ...@@ -3001,6 +3001,8 @@ class Finance extends Basic
$save_data['receipt_number'] = isset($this->params['receipt_number'])? $this->params['receipt_number']:''; $save_data['receipt_number'] = isset($this->params['receipt_number'])? $this->params['receipt_number']:'';
$save_data['type_ext'] = empty($this->params['type_ext']) ? 0 : 1; $save_data['type_ext'] = empty($this->params['type_ext']) ? 0 : 1;
$save_data['received_money'] = empty($this->params['received_money']) ? 0 : $this->params['received_money']; $save_data['received_money'] = empty($this->params['received_money']) ? 0 : $this->params['received_money'];
$save_data['type_ext'] = empty($this->params['type_ext']) ? 0 : $this->params['type_ext'];
$save_data['is_dividend'] = empty($this->params['is_dividend']) ? 0 : $this->params['is_dividend'];
$m_pay->updatePayLog($save_data); $m_pay->updatePayLog($save_data);
} catch (\Exception $e) { } catch (\Exception $e) {
$code = 101; $code = 101;
......
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