Commit c0a3f4c3 authored by zhuwei's avatar zhuwei

bug

parent 366c91f2
...@@ -737,7 +737,7 @@ class PerformanceService ...@@ -737,7 +737,7 @@ class PerformanceService
$follow = new UPhoneFollowPp(); $follow = new UPhoneFollowPp();
$res = $follow->getLastPhoneFollowTime($val['id']); $res = $follow->getLastPhoneFollowTime($val['id']);
$list[$key]["last_phone_follow_time"] = $res[0]['create_time'] ? $res[0]['create_time'] : '暂无!'; $addUserList[$key]["last_phone_follow_time"] = $res[0]['create_time'] ? $res[0]['create_time'] : '暂无!';
} }
return [ "code" => 200, "date" => $addUserList ]; return [ "code" => 200, "date" => $addUserList ];
} }
......
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