|
|
|
@@ -67,6 +67,7 @@ public class WxCouponController extends BaseController |
|
|
|
WxCouponChannel wxCouponChannel = new WxCouponChannel(); |
|
|
|
wxCouponChannel.setTenantId(getTenantId()); |
|
|
|
wxCouponChannel.setCouponIds(ids); |
|
|
|
wxCouponChannel.setStatus(0); |
|
|
|
//上架状态 |
|
|
|
List<WxCouponChannel> list = wxCouponChannelService.listAsPage(wxCouponChannel,1,5).getList(); |
|
|
|
if(!list.isEmpty()){ |
|
|
|
|