Przeglądaj źródła

//recharge

release_toaliyun_real
xhxu 3 lat temu
rodzic
commit
ec4b912e38
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/impl/WxCardInfoServiceImpl.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/service/impl/WxCardInfoServiceImpl.java Wyświetl plik

@@ -464,7 +464,7 @@ public class WxCardInfoServiceImpl implements WxCardInfoService {
return new ResultData(ErrorCode.CARD_IS_NOT_RECHARGE.getCode(),"有补贴不支持充值");
}
Date currentDate = new Date();
if(currentDate.after(wxCoupon.getValidEndDate())){
if(wxCoupon.getValidEndDate() != null && currentDate.after(wxCoupon.getValidEndDate())){
return new ResultData(ErrorCode.CARD_IS_NOT_RECHARGE.getCode(),"卡已过期,不支持充值");
}



Ładowanie…
Anuluj
Zapisz