| | |
| | | ComActVO comActVO = new ComActVO(); |
| | | BeanUtils.copyProperties(comActDO, comActVO); |
| | | comActVO.setAreaName(comActDAO.selectAreaName(comActVO.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); |
| | | } |
| | | |
| | |
| | | </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,area_name,contacts_phone from com_act where community_id = #{communityId} |
| | | </select> |
| | | |
| | | <delete id="delLcMember"> |