|
|
|
@ -750,9 +750,8 @@ public class StationServiceImpl extends BaseServiceImpl<StationMapper, StationEn
|
|
|
|
|
List<Integer> types= HomePageConstant.SERVETYPE_LIST; |
|
|
|
|
if (ObjectUtil.isEmpty(type)) { |
|
|
|
|
types = HomePageConstant.SERVETYPE_LIST; |
|
|
|
|
}else { |
|
|
|
|
types = Collections.singletonList(type); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
List<Integer> serveTypes; |
|
|
|
|
if (ObjectUtil.isEmpty(serveType)) { |
|
|
|
|
serveTypes = Arrays.asList(HomePageConstant.HYDROPOWER_SERVETYPE, HomePageConstant.CLOUD_SERVETYPE); |
|
|
|
|