Commit 0cae761a authored by maoying's avatar maoying

Merge branch 'CSFAS_V3.0.1.3' of 172.16.10.76:station/YeeAmosFireAutoSysRoot into CSFAS_V3.0.1.3

parents 340d5219 f56e1726
......@@ -257,7 +257,7 @@ public class HandlerMqttMessageImpl implements IEquipmentHandlerService {
}
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);
}
......
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