Commit b6ee0d38 by 陶光胜

门店查询接口

parent a9157d6b
......@@ -515,6 +515,7 @@ public class StoreApiServiceImpl implements StoreApiService {
searchDBDTO.setStoreIdList(response.getResult());
com.github.pagehelper.Page<StoreDTO> page = this.storeService.listStore(searchDBDTO, pageNum, pageSize);
Page<StoreDTO> storeDTOPage = PageHelperUtils.changePageHelperToCurrentPage(page);
logger.info("pageNearbyStore:{}", JSON.toJSONString(storeDTOPage, true));
return ServiceResponse.success(storeDTOPage);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment