搜索跟进记录
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
* @Author: kangkang
|
* @Author: kangkang
|
||||||
* @Date: 2020-10-13 19:52:37
|
* @Date: 2020-10-13 19:52:37
|
||||||
* @LastEditors: Please set LastEditors
|
* @LastEditors: Please set LastEditors
|
||||||
* @LastEditTime: 2022-01-15 09:54:06
|
* @LastEditTime: 2022-01-15 10:01:55
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace app\manager\controller;
|
namespace app\manager\controller;
|
||||||
@@ -394,7 +394,7 @@ class UserFollow extends Controller
|
|||||||
}
|
}
|
||||||
$id = $_GET['id'];
|
$id = $_GET['id'];
|
||||||
$user_model = new User;
|
$user_model = new User;
|
||||||
\result($user_model->getOne(['Id' => $id], 'LoginCode as UserName,Wx,QQ'));
|
\result($user_model->getOne(['Id' => $id], 'LoginCode as UserName,Phone,Wx,QQ'));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user