Commit a1d2e23a authored by clone's avatar clone

bug

parent 01027324
......@@ -318,7 +318,7 @@ class OrderLogService
$uPhoneFollowModel = new UPhoneFollowPp();
//电话跟进
$userParams["user_id"] = $user_id;
$userParams["type"] = 1; //电话跟进
$userParams["type"] = 0; //电话跟进
$field_user_follow = "a.id,a.content,a.user_id,a.agent_id,a.type,a.create_time,a.user_status,b.name,b.phone,b.img,c.store_name";
$bargainData = $uPhoneFollowModel->getFollowUpListByUserId($field_user_follow, $userParams);
if (count($bargainData) > 0) {
......@@ -336,7 +336,7 @@ class OrderLogService
}
}
//跟进
$userParams["type"] = 2; //普通跟进
$userParams["type"] = 1; //普通跟进
$bargainData = $uPhoneFollowModel->getFollowUpListByUserId($field_user_follow, $userParams);
if (count($bargainData) > 0) {
foreach ($bargainData as $k => $v) {
......
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