Commit 27a70a55 by 陶光胜

门店查询支持多个门店控件id聚合

parent f9e78f4a
......@@ -3,6 +3,7 @@ package com.gic.store.service.outer.impl;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONArray;
import com.alibaba.fastjson.JSONObject;
import com.gic.api.base.commons.Constant;
import com.gic.api.base.commons.Page;
import com.gic.api.base.commons.ServiceResponse;
import com.gic.commons.util.*;
......@@ -785,6 +786,7 @@ public class StoreApiServiceImpl implements StoreApiService {
storeSearchDTO.setLatitude(wxSearchStoreSearchDTO.getLatitude());
storeSearchDTO.setCityId(wxSearchStoreSearchDTO.getCityId());
storeSearchDTO.setStoreResourceList(wxSearchStoreSearchDTO.getStoreWidgetIdList());
storeSearchDTO.setStatus(com.gic.enterprise.constants.Constants.NORMAL_STATUS);
ServiceResponse<Page<StoreDTO>> storePage = this.listStore(storeSearchDTO, wxSearchStoreSearchDTO.getPageNum(), wxSearchStoreSearchDTO.getPageSize());
logger.info("pageCoupApplyStore:{}", JSON.toJSONString(storePage, true));
return ServiceResponse.success(storePage.getResult());
......
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