Browse Source

[卡券][修改]:bug修复,新增显示channels

release_toaliyun_real
masterspirit 7 years ago
parent
commit
d99a16aac3
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      mallinkService/src/main/java/com/simple/service/impl/WxCouponChannelServiceImpl.java

+ 0
- 3
mallinkService/src/main/java/com/simple/service/impl/WxCouponChannelServiceImpl.java View File

@@ -100,9 +100,6 @@ public class WxCouponChannelServiceImpl implements WxCouponChannelService {
}
WxCouponChannel wxCouponChannel = new WxCouponChannel();
wxCouponChannel.setEndTime(endTime);
if(wxCoupon.getValidEndDate()!=null){
wxCouponChannel.setEndTime(wxCoupon.getValidEndDate());
}
wxCouponChannel.setStatus(0);
wxCouponChannel.setBeginTime(beginTime);



Loading…
Cancel
Save