Procházet zdrojové kódy

fix

release_toaliyun_real
winter před 1 rokem
rodič
revize
ce5c0dea64
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/park/impl/haikangweishiv3/HaiKangWeiShiV3ParkService.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/service/park/impl/haikangweishiv3/HaiKangWeiShiV3ParkService.java Zobrazit soubor

@@ -211,7 +211,7 @@ public class HaiKangWeiShiV3ParkService extends BaseParkService implements ParkA
String couponStart = dateToISO8601Time(coupon.getValidStartDate());
String couponEnd = dateToISO8601Time(coupon.getValidEndDate());
JSONObject retObj = haikangV3.useCoupon(park,getConfig(park),carNumber,couponCode,couponStart,couponEnd,coupon);
RedisCacheUtils.cache(redisTemplate, "carStop:haikangv2StopInfoUseCoupon:"+carNumber+":"+inRecordSyscode, 1, 24*3600);
RedisCacheUtils.cache(redisTemplate, "carStop:haikangv3StopInfoUseCoupon:"+carNumber+":"+inRecordSyscode, 1, 24*3600);
return new ResultData();
}


Načítá se…
Zrušit
Uložit