fix 选址专员null的情况
This commit is contained in:
@@ -317,7 +317,10 @@ public class LineServiceImpl implements LineService {
|
||||
developmentManagerIdsSet.add(x.getDevelopmentManager());
|
||||
}
|
||||
for (String s : developmentManagerIdsSet) {
|
||||
if (investmentManagerUserName.length() ==0) {
|
||||
if(StringUtils.isBlank(s)){
|
||||
continue;
|
||||
}
|
||||
if (developmentManagerUserName.length() ==0) {
|
||||
developmentManagerUserName.append(userNameMap.get(s));
|
||||
}else{
|
||||
developmentManagerUserName.append(",").append(userNameMap.get(s));
|
||||
|
||||
Reference in New Issue
Block a user