| | |
| | | return this.baseMapper.aulist(id,cellName,dataType,isManage,name,null,null,size); |
| | | |
| | | } |
| | | @Override |
| | | public List<THouseResource> reprotList(Integer id ,String cellName, Integer dataType, Integer isManage, String name, String saleAmount, String size) { |
| | | |
| | | if (saleAmount!=null) { |
| | | String [] split = saleAmount.split("-"); |
| | | return this.baseMapper.reprotList(id,cellName,dataType,isManage,name,split[0],split[1],size); |
| | | |
| | | } |
| | | |
| | | return this.baseMapper.reprotList(id,cellName,dataType,isManage,name,null,null,size); |
| | | |
| | | } |
| | | |
| | | @Override |
| | | public ResultUtil confirm(Integer userType) { |