|
|
|
@@ -259,7 +259,7 @@ public class WxChartServiceImpl implements WxChartDataService { |
|
|
|
|
|
|
|
//出租率 |
|
|
|
if (chart.equals(EnumChart.CZL.getCode())) { |
|
|
|
if (null != chartByArea) { |
|
|
|
if (1 == chartByArea) { |
|
|
|
return getRentRate(tenantEntity,false); |
|
|
|
}else { |
|
|
|
return getRentRate(tenantEntity,true); |
|
|
|
|