跟进记录

This commit is contained in:
“wanyongkang”
2021-11-23 16:46:29 +08:00
parent 50be81fc84
commit 9387ecd107

View File

@@ -5,7 +5,7 @@
* @Author: kangkang
* @Date: 2020-10-13 19:52:37
* @LastEditors: Please set LastEditors
* @LastEditTime: 2021-11-16 16:36:54
* @LastEditTime: 2021-11-23 16:46:13
*/
namespace app\manager\controller;
@@ -271,7 +271,7 @@ class UserFollow extends Controller
$where = '';
//只查询当前管理员操作的记录
if (!in_array($manager_id,$super_manager_list)){
$where .= "'op_user='". $manager_id ."'";
$where .= "op_user='". $manager_id ."'";
}
//根据日期查询
if (!empty($get['s_time'])) {