|
|
@@ -315,6 +315,9 @@ public class WxCouponChannelServiceImpl implements WxCouponChannelService { |
|
|
return null; |
|
|
return null; |
|
|
} |
|
|
} |
|
|
cids.retainAll(mcids); |
|
|
cids.retainAll(mcids); |
|
|
|
|
|
if(cids.isEmpty()){ |
|
|
|
|
|
return null; |
|
|
|
|
|
} |
|
|
wxCouponChannel.setCouponIds(cids); |
|
|
wxCouponChannel.setCouponIds(cids); |
|
|
|
|
|
|
|
|
List<WxCouponChannelVo> list = wxCouponChannelMapper.newfindCList(wxCouponChannel); |
|
|
List<WxCouponChannelVo> list = wxCouponChannelMapper.newfindCList(wxCouponChannel); |
|
|
|