bug修改
This commit is contained in:
@@ -80,7 +80,7 @@ public class RmpEventDetailController extends BaseController {
|
||||
*/
|
||||
@OperateInfo(info = LogEnum.BUSINESS_COMMON)
|
||||
@PostMapping("/getTransientDetailById")
|
||||
@ApiOperation("根据条件查询暂态事件")
|
||||
@ApiOperation("根据暂降事件id获取详情")
|
||||
@ApiImplicitParams({
|
||||
@ApiImplicitParam(name = "eventId", value = "暂降事件id", required = true),
|
||||
@ApiImplicitParam(name = "sysType", value = "系统类型 pq,pms", required = true),
|
||||
|
||||
@@ -52,7 +52,7 @@ public class AreaInfoServiceImpl implements AreaInfoService {
|
||||
List<GeneralDeviceDTO> generalDeviceDTOList = generalDeviceInfoClient.getPracticalRunDeviceInfo(deviceInfoParam).getData();
|
||||
List<String> lineIds = generalDeviceDTOList.stream().flatMap(dto -> dto.getLineIndexes().stream()).collect(Collectors.toList());
|
||||
|
||||
System.out.println(lineIds.size());
|
||||
|
||||
if (CollectionUtil.isNotEmpty(lineIds)) {
|
||||
List<AreaLineInfoVO> resList = lineFeignClient.getBaseLineAreaInfo(lineIds).getData();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user