|
|
|
@@ -275,7 +275,7 @@ public class WxCouponServiceImpl implements WxCouponService { |
|
|
|
} |
|
|
|
if(EnumAppPlat.TOUTIAO.getCode().equals(wxCoupon.getPlat())){ |
|
|
|
//渠道查询时只查询审核通过的 |
|
|
|
wxCoupon.setPoiStatus(EnumSpuSyncStatus.sync_audit_pass.getCode()); |
|
|
|
wxCoupon.setPoiStatus(EnumSpuSyncStatus.sync_put_on.getCode()); |
|
|
|
} |
|
|
|
List<Integer> couponTypes = EnumCouponChannelType.getCouponTypeBy(wxCoupon.getTargetAd()); |
|
|
|
if(couponTypes.isEmpty()){ |
|
|
|
|