|
|
|
@@ -74,7 +74,7 @@ public class WxCouponController extends BaseController |
|
|
|
wxCouponChannel.setCouponIds(ids); |
|
|
|
wxCouponChannel.setStatus(0); |
|
|
|
//上架状态 |
|
|
|
List<WxCouponChannel> list = wxCouponChannelService.listAsPage(wxCouponChannel,1,5).getList(); |
|
|
|
List<WxCouponChannel> list = wxCouponChannelService.listAsPage(wxCouponChannel,1,10000).getList(); |
|
|
|
if(!list.isEmpty()){ |
|
|
|
Map<Long, List<WxCouponChannel>> groupBy = list.stream().collect(Collectors.groupingBy(WxCouponChannel::getCouponId)); |
|
|
|
for (WxCoupon temp:wxCouponList) { |
|
|
|
|