Commit d7eec2b1 authored by hujun's avatar hujun

新增客户返回信息

parent bf74c25e
......@@ -69,7 +69,7 @@ class Client extends Basic
//添加
$data['start'] = $this->user->edit($this->params);
if ($data['start'] == 1) {
if ($data['start'] > 0) {
$data['id']= $this->user->id;
$agent_data = $table->getAgentInfo('name,phone',$this->params['agents_id']);
$remark = '新增为'. $agent_data['name'].'-'.$agent_data['phone'];
......
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