old mode 100644
new mode 100755
| | |
| | | |
| | | import com.alibaba.fastjson.JSONObject; |
| | | import com.java110.core.base.dao.BaseServiceDao; |
| | | import com.java110.dto.community.CommunityDto; |
| | | import com.java110.dto.report.ReportCarDto; |
| | | import com.java110.dto.report.ReportRoomDto; |
| | | import com.java110.report.dao.IReportCommunityServiceDao; |
| | |
| | | |
| | | return carDtos; |
| | | } |
| | | |
| | | @Override |
| | | public List<Map> getCommunitys(Map communityDto) { |
| | | logger.debug("查询getCommunitys信息 入参 info : {}", JSONObject.toJSONString(communityDto)); |
| | | |
| | | List<Map> communityDtos = sqlSessionTemplate.selectList("reportCommunityServiceDaoImpl.getCommunitys", communityDto); |
| | | |
| | | return communityDtos; |
| | | } |
| | | } |