Commit f065e32b by lixian7

违法信息取消缓存

parent 77e1563b
...@@ -25,7 +25,7 @@ public class ViolationCache { ...@@ -25,7 +25,7 @@ public class ViolationCache {
* @param req 号牌+号牌类型,时间开始-结束 * @param req 号牌+号牌类型,时间开始-结束
* @return * @return
*/ */
@Cacheable(value = "violations", key = "'plateNum:'+#req.plateNum+':plateType:'+#req.plateType", unless = "#result==null or #result.size()==0") // @Cacheable(value = "violations", key = "'plateNum:'+#req.plateNum+':plateType:'+#req.plateType", unless = "#result==null or #result.size()==0")
public List<ViolationMicRes> getByPlateNumAndType(ViolationListByTimeReq req) { public List<ViolationMicRes> getByPlateNumAndType(ViolationListByTimeReq req) {
return violatio.listByTime(req).getData(); return violatio.listByTime(req).getData();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment