公海报名会销 不发送工作通知

This commit is contained in:
苏竹红
2024-01-05 14:37:01 +08:00
parent 2aca1887b0
commit a68a183e5c

View File

@@ -581,6 +581,7 @@ public class ExhibitionServiceImpl implements ExhibitionService {
}
//如果是公海状态 但是结束时间不为空
if (LineStatusEnum.PUBLIC_SEAS.getCode().equals(mobileCheckDTO.getLineStatus())){
sendNotice = Boolean.FALSE;
//不管冷静期有没有结束 会销创建人直接认领改线索
//发送工作通知的招商经理
investManager = hyExhibitionDO.getCreator();
@@ -602,7 +603,7 @@ public class ExhibitionServiceImpl implements ExhibitionService {
hyPartnerBaseInfoDAO.insertSelective(resultBase);
lineId = hyPartnerLineInfoDO.getId();
}else{
//如果首次在海 直接分配会销创建人为线索招商经理
//如果首次在海 直接分配会销创建人为线索招商经理
HyPartnerLineInfoDO hyPartnerLineInfoDO = new HyPartnerLineInfoDO();
hyPartnerLineInfoDO.setId(Long.valueOf(lineId));
hyPartnerLineInfoDO.setAllotTime(new Date());