| | |
| | | import com.alibaba.fastjson.JSONObject; |
| | | import com.java110.community.dao.ICommunityServiceDao; |
| | | import com.java110.core.base.dao.BaseServiceDao; |
| | | import com.java110.dto.community.CommunityDto; |
| | | import com.java110.utils.constant.ResponseConstant; |
| | | import com.java110.utils.exception.DAOException; |
| | | import com.java110.utils.util.DateUtil; |
| | |
| | | return saveFlag; |
| | | } |
| | | |
| | | @Override |
| | | public List<CommunityDto> getCommunitys() { |
| | | List<CommunityDto> communityDtos = sqlSessionTemplate.selectList("communityServiceDaoImpl.getCommunitys"); |
| | | |
| | | return communityDtos; |
| | | } |
| | | |
| | | |
| | | } |