springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComEventServiceImpl.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComEventServiceImpl.java
@@ -940,13 +940,21 @@ } }else { String contactsPhone = comActDAO.selectById(comEvent.getRequestUserCommunity()).getContactsPhone(); ComActDO comActDO=comActDAO.selectById(comEvent.getRequestUserCommunity()); if(comActDO!=null) { String contactsPhone = comActDO.getContactsPhone(); if (isNull(contactsPhone)){ return null; } else { return contactsPhone; } } return null; } }