Commit 6b52c790 by 陶光胜

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

parent eb9edc06
......@@ -779,6 +779,7 @@ public class StoreApiServiceImpl implements StoreApiService {
storeSearchDTO.setLongitude(coupApplyStoreSearchDTO.getLongitude());
storeSearchDTO.setLatitude(coupApplyStoreSearchDTO.getLatitude());
storeSearchDTO.setCityId(coupApplyStoreSearchDTO.getCityId());
storeSearchDTO.setStoreResourceList(coupApplyStoreSearchDTO.getStoreWidgetIdList());
if(coupApplyStoreSearchDTO.getStoreWidgetId() != null){
storeSearchDTO.setStoreResource(Long.valueOf(storeWidgetId+""));
}
......
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