| | |
| | | }); |
| | | poolExecutor.execute(()->{ |
| | | //一体 统计:设备状态 |
| | | Response<Map> res_devStates = fbs9100StateService.getBTSEquipStatus(userId); |
| | | Response<Map> res_devStates = fbs9100StateService.getBTSEquipStatus2(userId); |
| | | res.put("devStates", res_devStates); |
| | | latch.countDown(); |
| | | }); |
| | |
| | | latch.countDown(); |
| | | }); |
| | | poolExecutor.execute(()->{ |
| | | Response res_groupInfo = baoJiGroupService.getGroupWithStationAndAlarm(userId); |
| | | Response res_groupInfo = baoJiGroupService.getGroupWithStationAndAlarmForScreen(userId); |
| | | res.put("res_groupInfo", res_groupInfo); |
| | | latch.countDown(); |
| | | }); |