Просмотр исходного кода

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

release_toaliyun_real
masterspirit 7 лет назад
Родитель
Сommit
d99a16aac3
1 измененных файлов: 0 добавлений и 3 удалений
  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 Просмотреть файл

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




Загрузка…
Отмена
Сохранить