|
|
|
@ -327,7 +327,7 @@ public class WaterServiceImpl implements IWaterService {
|
|
|
|
|
*/ |
|
|
|
|
private List<HzimsAnalyzeModelStationEntity> getModelStationList() { |
|
|
|
|
// 水利站点(All)
|
|
|
|
|
List<StationEntity> stationList = stationService.getStationType(HomePageConstant.HYDROPOWER_SERVETYPE, null, null,true); |
|
|
|
|
List<StationEntity> stationList = stationService.getStationType(HomePageConstant.HYDROPOWER_SERVETYPE, null, null,false); |
|
|
|
|
if(CollectionUtil.isEmpty(stationList)){ |
|
|
|
|
return null; |
|
|
|
|
} |
|
|
|
|