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