Przeglądaj źródła

bug

release_toaliyun_real
xhxu 5 lat temu
rodzic
commit
5eed46b95b
1 zmienionych plików z 2 dodań i 0 usunięć
  1. +2
    -0
      mallinkService/src/main/java/com/iformall/service/impl/WxCouponChannelServiceImpl.java

+ 2
- 0
mallinkService/src/main/java/com/iformall/service/impl/WxCouponChannelServiceImpl.java Wyświetl plik

@@ -309,6 +309,8 @@ public class WxCouponChannelServiceImpl implements WxCouponChannelService {
){
// 默认投放结束时间为有效时间之后
if(!wxCoupon.getType().equals(EnumCouponType.COUPON_PREORDER.getCode())){
beginTime = wxCoupon.getValidStartDate();
}else{
beginTime = new Date();
}
endTime = wxCoupon.getValidEndDate();


Ładowanie…
Anuluj
Zapisz