|
@@ -76,8 +76,6 @@ public class TmEstateServiceImpl extends ServiceImpl<TmEstateDao, TmEstate> impl
|
|
|
|
|
|
Page page = new Page().setCurrent(queryHouseParam.getPageNum()).setSize(queryHouseParam.getPageSize());
|
|
|
IPage<HouseVO> vos = getBaseMapper().listProject(page, queryHouseParam);
|
|
|
- log.info("输出结果-{}", new Gson().toJson(vos.getRecords()));
|
|
|
-
|
|
|
produceRes(vos.getRecords(), token);
|
|
|
return vos;
|
|
|
}
|