Commit 4adc66fd authored by hujun's avatar hujun

通话列表跟进

parent 7e050774
......@@ -60,7 +60,7 @@ class SecretReport extends Model
if ($v->users_id) {
$result[$k]['user_nick'] = Db::table('u_users')->where('id',$v->users_id)->value('user_nick');
$result[$k]['follow_up'] = Db::table('u_phone_follow_up')->where('user_id',$v->users_id)->value('content');
$result[$k]['follow_up'] = Db::table('u_phone_follow_up')->where('user_id',$v->users_id)->order('id DESC')->value('content');
} else {
$result[$k]['user_nick'] = "";
$result[$k]['follow_up'] = "";
......
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