|
|
@ -21,6 +21,7 @@ import com.shop.cereshop.app.service.buyer.CereBuyerShopCouponService; |
|
|
|
import com.shop.cereshop.app.service.buyer.CereBuyerUserService; |
|
|
|
import com.shop.cereshop.app.service.coupon.CereShopCouponService; |
|
|
|
import com.shop.cereshop.app.service.redis.CereRedisKeyServcice; |
|
|
|
import com.shop.cereshop.app.utils.ContextUtil; |
|
|
|
import com.shop.cereshop.commons.constant.CoReturnFormat; |
|
|
|
import com.shop.cereshop.commons.constant.CreditOptTypeEnum; |
|
|
|
import com.shop.cereshop.commons.constant.IntegerEnum; |
|
|
@ -262,6 +263,7 @@ public class CereBuyerCouponlServiceImpl implements CereBuyerCouponService { |
|
|
|
|
|
|
|
@Override |
|
|
|
public Page getCouponProducts(ActivityParam param) throws CoBusinessException { |
|
|
|
param.setProject(ContextUtil.getProject()); |
|
|
|
PageHelper.startPage(param.getPage(), param.getPageSize()); |
|
|
|
List<Product> list = null; |
|
|
|
if (!EmptyUtils.isLongEmpty(param.getActivityId())) { |
|
|
|