Переглянути джерело

[业态分析][修改][打印商铺面积日志]

release_toaliyun_real
gongbiao 6 роки тому
джерело
коміт
727c6d4000
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/impl/WxBusinessServiceImpl.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/service/impl/WxBusinessServiceImpl.java Переглянути файл

@@ -126,7 +126,7 @@ public class WxBusinessServiceImpl implements WxBusinessService {
List<WxBillProperty> billRentList = wxPropertyContractService.buildProperty(new WxMerchant(),userid,dbRent, EnumIsPreview.YES.getCode(), false);
businessSumMoney = businessSumMoney.add(new BigDecimal(billRentList.get(0).getReceivePay()));
}
logger.info("业态分析>>>>>>>>>>>>>>>>>>商铺面积:" + e.get("area").toString() + ">>>>>>>>>>" + "0".equals(e.get("area").toString()));
if(e.get("area") == null || "0".equals(e.get("area").toString())){
e.put("rent",0);
}else {


Завантаження…
Відмінити
Зберегти