Commit 9da0dcb9 authored by clone's avatar clone

1

parent d90faf84
......@@ -155,6 +155,7 @@ class HomePageLog extends Basic
$img_param["img_id"] = $value["id"];
$img_param["img_type"] = 1;
$img_arr = $imgModel->getImgList($img_param, "id,img_name");
$v["img_path"] = CHAT_IMG_URL;
$result[$key]['follow_up_img_arr'] = $img_arr;
if ($if_search)
......
......@@ -130,10 +130,11 @@ class OfficeHomePageLog extends Basic
$result[$key]['store_name'] = '';
}
//查询跟进图片
$imgModel = new OfficeUPhoneFollowUpImg();
$img_param["img_id"] = $value["id"];
$img_param["img_type"] = 1;
$img_arr = $imgModel->getImgList($img_param, "id,img_name");
$imgModel = new OfficeUPhoneFollowUpImg();
$img_param["img_id"] = $value["id"];
$img_param["img_type"] = 1;
$img_arr = $imgModel->getImgList($img_param, "id,img_name");
$v["img_path"] = CHAT_IMG_URL;
$result[$key]['follow_up_img_arr'] = $img_arr;
#保护期(0:保护器内 1:超过保护期)
$result[$key]['is_outstrip_twenty_four_hours'] = $user_service->isUserProtect($value['user_id']);
......
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