|
@@ -376,7 +376,9 @@ public class RuralCostProjectMessageNewController extends BaseController {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
User user=userService.get(consultant.getZixunyuan());
|
|
User user=userService.get(consultant.getZixunyuan());
|
|
- consultant.setZixunyuanName(user.getName());
|
|
|
|
|
|
+ if(null != user) {
|
|
|
|
+ consultant.setZixunyuanName(user.getName());
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
if(StringUtils.isNotBlank(consultantBzshb.getId())){
|
|
if(StringUtils.isNotBlank(consultantBzshb.getId())){
|