| | |
| | | private final EnterParkService enterParkService; |
| | | private final WXService wxService; |
| | | private final OutParkLogService outParkLogService; |
| | | private StringRedisTemplate redisTemplate; |
| | | private final StringRedisTemplate redisTemplate; |
| | | |
| | | |
| | | /** |
| | |
| | | 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); |
| | | } |
| | | } |
| | | } |