Explorar el Código

fix bug

release_toaliyun_real
winter hace 3 años
padre
commit
15550c1e99
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/impl/WxChartServiceImpl.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/service/impl/WxChartServiceImpl.java Ver fichero

@@ -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);


Cargando…
Cancelar
Guardar