Commit f22eb4ef authored by zhuwei's avatar zhuwei Committed by hujun

新增-客户电话跟进 补充-agnetid

parent 69ee6141
......@@ -137,12 +137,14 @@ class Broker extends Basic
$content = $params['content'];
$labels_id = $params['labels_id'];
$user_id = $params['user_id'];
$agent_id = $params['agent_id'];
$type = $params['type'];
//主表查询商铺详细信息
$UPhoneFollowPp = new UPhoneFollowPp();
$UPhoneFollowPp->content =$content;
$UPhoneFollowPp->labels_id = $labels_id;
$UPhoneFollowPp->user_id =$user_id;
$UPhoneFollowPp->agent_id =$agent_id;
$UPhoneFollowPp->type =$type;
$UPhoneFollowPp->save();
//dump($UPhoneFollowPp->id);exit;
......
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