Commit cff1c8ac authored by hujun's avatar hujun

img_str

parent d567e4dd
......@@ -115,6 +115,12 @@ class OfficeRemark extends Basic
$list[$k]['user_name'] = '';
}
if (isset($v['img_str'])) {
$list[$k]['img_str'] = $v['img_str'];
} else {
$list[$k]['img_str'] = '';
}
if (!empty($v['agent_id'])) {
$agent_data = $redis_service->getRedisCache(2, $v['agent_id']);
$list[$k]['admin'] = $agent_data['name'];
......
......@@ -37,7 +37,7 @@ class OfficePhoneFollowUpService
* @throws \think\db\exception\ModelNotFoundException
* @throws \think\exception\DbException
*/
public function getPhoneFollowList(string $start_time, string $end_time, array $params, $agent_id, $field = 'id,user_id,create_time,content,user_status,labels_id,agent_id')
public function getPhoneFollowList(string $start_time, string $end_time, array $params, $agent_id, $field = 'id,user_id,create_time,content,user_status,labels_id,agent_id,img_str')
{
$vrs = new VerifyRepetitionService();
......
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