springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComStreetDO.java
@@ -71,7 +71,7 @@ @TableField(exist = false) private String solvePhone; @TableField(exist = false) private Integer status; } springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComEventServiceImpl.java
@@ -906,7 +906,11 @@ if (isNull(comEvent.getRequestUserCommunity())){ return comSanShuoIndustryCenterService.getById(comEvent.getCenterId()).getPhone(); }else { return comActDAO.selectById(comEvent.getRequestUserCommunity()).getContactsPhone(); String contactsPhone = comActDAO.selectById(comEvent.getRequestUserCommunity()).getContactsPhone(); if (isNull(contactsPhone)){ return null; } return contactsPhone; } }