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