线索
This commit is contained in:
@@ -90,6 +90,9 @@ public class LineServiceImpl implements LineService {
|
|||||||
if (lineInfo==null){
|
if (lineInfo==null){
|
||||||
throw new ServiceException(ErrorCodeEnum.LINE_ID_IS_NOT_EXIST);
|
throw new ServiceException(ErrorCodeEnum.LINE_ID_IS_NOT_EXIST);
|
||||||
}
|
}
|
||||||
|
if (StringUtil.isBlank(lineInfo.getInvestmentManager())){
|
||||||
|
return null;
|
||||||
|
}
|
||||||
if (lineInfo.getLineSource()!=null){
|
if (lineInfo.getLineSource()!=null){
|
||||||
Map<Integer, String> channelMapByIds = hyPartnerUserChannelDAO.getChannelMapByIds(Arrays.asList(lineInfo.getLineSource()));
|
Map<Integer, String> channelMapByIds = hyPartnerUserChannelDAO.getChannelMapByIds(Arrays.asList(lineInfo.getLineSource()));
|
||||||
result.setLineSourceName(channelMapByIds.get(lineInfo.getLineSource()));
|
result.setLineSourceName(channelMapByIds.get(lineInfo.getLineSource()));
|
||||||
|
|||||||
Reference in New Issue
Block a user