|
|
@@ -179,7 +179,7 @@ public class HotelProjectReportBuilder extends ReportBuilder implements IHotelPr
|
|
|
* @version V1.0 2021/6/10 7:13 下午
|
|
|
*/
|
|
|
private List<String> getProjectIdsByBuildingType(String buildingType) {
|
|
|
- // 根据气候区获取项目
|
|
|
+ // 根据业态获取项目
|
|
|
List<PoemsProjectVO> projects = saasWebService.getProjectsByBuildingType(buildingType);
|
|
|
if (!CollectionUtils.isEmpty(projects)) {
|
|
|
return projects.stream().
|