|
|
@@ -89,7 +89,6 @@ public class CouponFrontController {
|
|
|
*/
|
|
|
@GetMapping("/available/list")
|
|
|
public Result<SearchResult<CouponUserView>> availableCouponList(Long skuId, Boolean isRenew) {
|
|
|
- StpUserUtil.login(8116l);
|
|
|
Long userId = StpUserUtil.getLoginIdAsLong();
|
|
|
Integer count = couponUserMapper.countAvailableCouponList(skuId, userId, isRenew);
|
|
|
List<CouponUserView> couponActiveViewList = couponFontService.getAvailableCouponList(skuId, userId, isRenew);
|