Sfoglia il codice sorgente

bug

release_toaliyun_real
xhxu 5 anni fa
parent
commit
99342a29fa
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/impl/WxCouponChannelServiceImpl.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/service/impl/WxCouponChannelServiceImpl.java Vedi File

@@ -308,7 +308,7 @@ public class WxCouponChannelServiceImpl implements WxCouponChannelService {
channelId.equals(EnumCouponChannelType.COUPON_CHANNEL_ID_CREDIT.getCode()) // 积分商城 channelId.equals(EnumCouponChannelType.COUPON_CHANNEL_ID_CREDIT.getCode()) // 积分商城
){ ){
// 默认投放结束时间为有效时间之后 // 默认投放结束时间为有效时间之后
if(!wxCoupon.getType().equals(EnumCouponType.COUPON_PREORDER.getCode())){
if(wxCoupon.getType().equals(EnumCouponType.COUPON_PREORDER.getCode())){
beginTime = wxCoupon.getValidStartDate(); beginTime = wxCoupon.getValidStartDate();
}else{ }else{
beginTime = new Date(); beginTime = new Date();


Caricamento…
Annulla
Salva