Przeglądaj źródła

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

release_toaliyun_real
gongbiao 6 lat temu
rodzic
commit
727c6d4000
1 zmienionych plików z 1 dodań i 1 usunięć
  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 Wyświetl plik

@@ -126,7 +126,7 @@ public class WxBusinessServiceImpl implements WxBusinessService {
List<WxBillProperty> billRentList = wxPropertyContractService.buildProperty(new WxMerchant(),userid,dbRent, EnumIsPreview.YES.getCode(), false); List<WxBillProperty> billRentList = wxPropertyContractService.buildProperty(new WxMerchant(),userid,dbRent, EnumIsPreview.YES.getCode(), false);
businessSumMoney = businessSumMoney.add(new BigDecimal(billRentList.get(0).getReceivePay())); 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())){ if(e.get("area") == null || "0".equals(e.get("area").toString())){
e.put("rent",0); e.put("rent",0);
}else { }else {


Ładowanie…
Anuluj
Zapisz