Commit 52662a65 by 王祖波

机会人群memberType

parent 80d27852
...@@ -135,7 +135,7 @@ public class ContactLogServiceImpl implements ContactLogService { ...@@ -135,7 +135,7 @@ public class ContactLogServiceImpl implements ContactLogService {
if (Objects.equals(bizType, ContactBizTypeEnum.OPPORTUNITY_CUSTOMER.getType())) { if (Objects.equals(bizType, ContactBizTypeEnum.OPPORTUNITY_CUSTOMER.getType())) {
memberInfoListParamsDTO.setCrowdClerkId(params.getClerkId()); memberInfoListParamsDTO.setCrowdClerkId(params.getClerkId());
memberInfoListParamsDTO.setCrowdType(-1); memberInfoListParamsDTO.setCrowdType(-1);
memberInfoListParamsDTO.setMemberType(-1); memberInfoListParamsDTO.setMemberType(4);
} }
memberInfoListParamsDTO.setMemberId(memberId); memberInfoListParamsDTO.setMemberId(memberId);
contact.setContactType(0); contact.setContactType(0);
......
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