springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComActServiceImpl.java
@@ -147,7 +147,13 @@ ComActVO comActVO = new ComActVO(); BeanUtils.copyProperties(comActDO, comActVO); comActVO.setAreaName(comActDAO.selectAreaName(comActVO.getAreaCode())); comActVO.setAdministrativeRegions(comStreetDAO.retrieveRegions(comActDO.getAreaCode())); comActVO.setAccount(null); comActVO.setPassword(null); comActVO.setAddress(null); comActVO.setContacts(null); comActVO.setCreateAt(null); comActVO.setState(null); comActVO.setDistance(null); return R.ok(comActVO); } springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/resources/mapper/UserDao.xml
@@ -437,7 +437,7 @@ </update> <select id="selectCommunity" resultType="com.panzhihua.common.model.vos.community.ComActVO"> select * from com_act where community_id = #{communityId} select name,community_id,lng,lat,area_code,contacts_phone from com_act where community_id = #{communityId} </select> <delete id="delLcMember">