Commit 73db289c by 王祖波

Merge branch 'feature-recommend' into 'master'

跟进记录按会员维度查询

See merge request !2807
parents 9eb16a06 97571d27
......@@ -74,7 +74,6 @@ public class ContactController {
String memberId = contactFollowPageQO.getMemberId();
ContactFollowSearchQDTO searchQDTO = new ContactFollowSearchQDTO();
searchQDTO.setMemberId(memberId);
searchQDTO.setClerkId(clerkId);
BasePageInfo basePageInfo = contactFollowPageQO.getBasePageInfo();
ServiceResponse<Page<ContactFollowDTO>> serviceResponse = contactFollowApiService.pageFollow(enterpriseId,searchQDTO,basePageInfo);
if (!serviceResponse.isSuccess()) {
......
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