注释
This commit is contained in:
@@ -434,7 +434,7 @@ public class HyPartnerLineInfoServiceImpl implements HyPartnerLineInfoService {
|
|||||||
if (hyIntendDevelopementMappingDO==null){
|
if (hyIntendDevelopementMappingDO==null){
|
||||||
return Boolean.FALSE;
|
return Boolean.FALSE;
|
||||||
}
|
}
|
||||||
//如果是私海线索 不需要重新分配招商经理 或者跟进次数大于1
|
//如果是私海线索 不需要重新分配招商经理 或者跟进次数大于等于1
|
||||||
if ((HyPartnerLineInfo != null && HyPartnerLineInfo.getLineStatus()==1) || CollectionUtils.isEmpty(lineFollowHistoryList)){
|
if ((HyPartnerLineInfo != null && HyPartnerLineInfo.getLineStatus()==1) || CollectionUtils.isEmpty(lineFollowHistoryList)){
|
||||||
return Boolean.FALSE;
|
return Boolean.FALSE;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user