Browse Source

//

release_toaliyun_real
xhxu 2 years ago
parent
commit
0709cd4205
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      mallinkService/src/main/java/com/iformall/service/impl/WxCouponServiceImpl.java

+ 2
- 2
mallinkService/src/main/java/com/iformall/service/impl/WxCouponServiceImpl.java View File

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


Loading…
Cancel
Save