src/main/java/com/boying/controller/phone/YCPayController.java
@@ -682,8 +682,8 @@ outPark.setStatus(1); outParkService.saveOrUpdate(outPark); //缓存在redis里 // String jsonValue = JSON.toJSONString(outPark); // redisTemplate.opsForValue().set("outPark-"+outPark.getBarrierId(), jsonValue); String jsonValue = JSON.toJSONString(outPark); redisTemplate.opsForValue().set("outPark-"+outPark.getBarrierId(), jsonValue); } } }