Commit 2725a7c3 by huluobin

update

parent b66cf8ac
......@@ -876,7 +876,8 @@ public class ScheduleManageServiceImpl extends ServiceImpl<ScheduleManageMapper,
/*1、查询闲时折扣*/
IPage<LeisureScheduleServeResp> page = new Page<>(query.getPageNum(), query.getPageSize());
page = scheduleManageMapper.queryPageLeisureScheduleServe(page, query.getLatitude(), query.getLongitude());
List<Integer> labelIdList = new ArrayList<>();
page = scheduleManageMapper.queryPageLeisureScheduleServe(page, query.getLatitude(), query.getLongitude(), labelIdList);
/*算距离*/
......
......@@ -117,7 +117,7 @@ public class MvcInterceptorConfig extends WebMvcConfigurationSupport {
.excludePathPatterns("/customer/produce/queryProduceDetail")
.excludePathPatterns("/customer/shop/queryShopForPage")
.excludePathPatterns("/customer/mallCart/listMallShoppingCart")
.excludePathPatterns("/customer/queryPageLeisureScheduleServe")
// .excludePathPatterns("/customer/queryPageLeisureScheduleServe")
.excludePathPatterns("/customer/getMyCoupon")
.excludePathPatterns("/customer/timescard/getMyTimesCardList")
.excludePathPatterns("/customer/selectAllDiscount")
......@@ -126,15 +126,7 @@ public class MvcInterceptorConfig extends WebMvcConfigurationSupport {
super.addInterceptors(registry);
}
//
// https://t.begogirls.com/customer/produce/queryProduceDetail2?id=265&token=1240914668441079809
// https://t.begogirls.com/customer/shop/queryShopForPage?pageNum=1&pageSize=10&longitude=113.36199&latitude=23.12463&token=1240914668441079809
// https://t.begogirls.com/customer/mallCart/listMallShoppingCart
// https://t.begogirls.com/customer/queryPageLeisureScheduleServe
// https://t.begogirls.com/customer/getMyCoupon?state=1&token=1240914668441079809
// https://t.begogirls.com/customer/timescard/getMyTimesCardList?token=1240914668441079809
// https://t.begogirls.com/customer/selectAllDiscount?token=1240914668441079809
// https://t.begogirls.com/customer/xcx/getUserInfo?token=1240914668441079809
@Override
public void addResourceHandlers(ResourceHandlerRegistry registry) {
......
......@@ -49,6 +49,7 @@ public interface ScheduleManageMapper extends BaseMapper<ScheduleManage> {
*/
IPage<LeisureScheduleServeResp> queryPageLeisureScheduleServe(IPage<LeisureScheduleServeResp> page,
@Param("latitude") Double latitude,
@Param("longitude") Double longitude);
@Param("longitude") Double longitude,
@Param("labelIdList") List<Integer> customerId);
}
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