old mode 100644
new mode 100755
| | |
| | | import com.java110.dto.community.CommunityAttrDto; |
| | | import com.java110.dto.community.CommunityDto; |
| | | import com.java110.intf.community.ICommunityInnerServiceSMO; |
| | | import com.java110.po.community.CommunityPo; |
| | | import com.java110.utils.util.BeanConvertUtil; |
| | | import org.slf4j.Logger; |
| | | import org.slf4j.LoggerFactory; |
| | |
| | | return communityServiceDaoImpl.queryCommunitysCount(BeanConvertUtil.beanCovertMap(communityDto)); |
| | | } |
| | | |
| | | // @Override |
| | | // public int saveCommunity(@RequestBody CommunityPo communityPo) { |
| | | // return communityServiceDaoImpl.saveCommunity(BeanConvertUtil.beanCovertMap(communityPo)); |
| | | // } |
| | | |
| | | |
| | | public ICommunityServiceDao getCommunityServiceDaoImpl() { |
| | | return communityServiceDaoImpl; |
| | | } |