|
@@ -408,10 +408,10 @@ public class StoreInfoController {
|
|
|
public R getStoreCouponList(@RequestParam("storeId") String storeId) {
|
|
public R getStoreCouponList(@RequestParam("storeId") String storeId) {
|
|
|
log.info("StoreInfoController.getStoreCouponList?storeId={}", storeId);
|
|
log.info("StoreInfoController.getStoreCouponList?storeId={}", storeId);
|
|
|
CouponAndEventVo couponAndEventVo = new CouponAndEventVo();
|
|
CouponAndEventVo couponAndEventVo = new CouponAndEventVo();
|
|
|
- List<LifeCouponVo> lifeCouponVos = storeInfoService.getStoreCouponList(storeId);
|
|
|
|
|
|
|
+// List<LifeCouponVo> lifeCouponVos = storeInfoService.getStoreCouponList(storeId);
|
|
|
|
|
|
|
|
List<StoreImg> storeImgs = storeInfoService.getBannerUrl(storeId);
|
|
List<StoreImg> storeImgs = storeInfoService.getBannerUrl(storeId);
|
|
|
- couponAndEventVo.setCouponList(lifeCouponVos);
|
|
|
|
|
|
|
+// couponAndEventVo.setCouponList(lifeCouponVos);
|
|
|
if (CollectionUtils.isNotEmpty(storeImgs)) {
|
|
if (CollectionUtils.isNotEmpty(storeImgs)) {
|
|
|
couponAndEventVo.setMarketingList(storeImgs);
|
|
couponAndEventVo.setMarketingList(storeImgs);
|
|
|
}
|
|
}
|