| | |
| | | }); |
| | | }else if (type.equals("2")){ |
| | | //渗流 |
| | | cdList.forEach(dataResChildrenPo -> { |
| | | ArimaPredictReqPo arimaPredictReqPo = new ArimaPredictReqPo(dataResChildrenPo, type); |
| | | //循环预测请求 |
| | | nkyService.arimaPredict(arimaPredictReqPo); |
| | | }); |
| | | }else if (type.equals("3") || type.equals("4") || type.equals("5")){ |
| | | cdList.forEach(dataResChildrenPo -> { |
| | | //循环预测请求 |
| | |
| | | cdList = ztApiService.getSy(); |
| | | }else if (type.equals("2")){ |
| | | //获取渗流测点 |
| | | return null; |
| | | cdList = ztApiService.getSl(); |
| | | }else if (type.equals("3") || type.equals("4") || type.equals("5")){ |
| | | //获取位移测点 |
| | | cdList = ztApiService.getWy(); |