Commit 48ced3ca authored by hujun's avatar hujun

agent_name

parent e78dd105
...@@ -2878,6 +2878,12 @@ class Finance extends Basic ...@@ -2878,6 +2878,12 @@ class Finance extends Basic
"last_transfer_time" => "2018-10-18", //最后转定时间 "last_transfer_time" => "2018-10-18", //最后转定时间
"pay_id" => 1, "pay_id" => 1,
);*/ );*/
if (empty($params['agent_name'])) {
$m_agent = new AAgents();
$params['agent_name'] = $m_agent->getAgentsById($this->params['agent_id'], 'name');
}
$params["collecting_bill"] = json_decode($params["collecting_bill"], true); $params["collecting_bill"] = json_decode($params["collecting_bill"], true);
$remark = isset($params["remark"]) ? $params["remark"] : ""; $remark = isset($params["remark"]) ? $params["remark"] : "";
......
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