Commit f56e1726 authored by suhuiguang's avatar suhuiguang

1.模糊匹配

parent 6f5819ae
...@@ -250,7 +250,7 @@ public class HandlerMqttMessageImpl implements IEquipmentHandlerService { ...@@ -250,7 +250,7 @@ public class HandlerMqttMessageImpl implements IEquipmentHandlerService {
} }
private boolean getOpen3dUser() { private boolean getOpen3dUser() {
Set keys = redisTemplate.keys(IContingencyPlanService.KEY_VIEW_3D_PAGE); Set keys = redisTemplate.keys(IContingencyPlanService.KEY_VIEW_3D_PAGE + "*");
return !CollectionUtils.isEmpty(keys); return !CollectionUtils.isEmpty(keys);
} }
......
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