Merge remote-tracking branch 'origin/cc_20230520_partner' into cc_20230520_partner
This commit is contained in:
@@ -132,7 +132,7 @@ public class EcSyncServiceImpl implements EcSyncService {
|
||||
String followUserName = customerInfoItem.getFollowUserName();
|
||||
String followUserMobile = customerInfoItem.getFollowUserMobile();
|
||||
//传递过来有跟进人的情况下查询跟进人是否存在
|
||||
if (StringUtil.isNotEmpty(followUserMobile)&&StringUtil.isNotEmpty(followUserMobile)) {
|
||||
if (StringUtil.isNotEmpty(followUserMobile)&&StringUtil.isNotEmpty(followUserName)) {
|
||||
String userId = enterpriseUserDAO.selectByMobile("+86"+followUserMobile);
|
||||
if (StringUtil.isEmpty(userId)) {
|
||||
// 给飞书群发送消息 跟进人找不到
|
||||
|
||||
@@ -117,7 +117,7 @@ public class InterviewWorkFlowService extends WorkFlowBaseService {
|
||||
} else if (status == Integer.parseInt(WorkflowStatusEnum.INTERVIEW_2.getCode())) {
|
||||
EntrustOthersReq entrustOthersReq = new EntrustOthersReq();
|
||||
entrustOthersReq.setInterviewPlanId(interviewInfo.getInterviewPlanId());
|
||||
entrustOthersReq.setNewInterviewerId(interviewInfo.getInterviewerId());
|
||||
entrustOthersReq.setNewInterviewerId(request.getUserId());
|
||||
entrustOthersReq.setPartnerLineId(interviewInfo.getPartnerLineId());
|
||||
interviewService.entrustOthers(entrustOthersReq);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user