跟进记录

This commit is contained in:
“wanyongkang”
2024-10-14 17:51:34 +08:00
parent 27241d8d81
commit 21e6268008

View File

@@ -350,6 +350,7 @@ class UserFollow extends Controller
}
$where .= " user_id=".$user_id['Id'].' ';
}
$where .= " AND op_user<>0".' ';
$list = $follow_rcord->getNewRecord($where,"$page,50");
foreach ($list as &$info) {