Selaa lähdekoodia

[修改][结算单][修改账单列表名称]

release_toaliyun_real
luozukai 6 vuotta sitten
vanhempi
commit
b9a68e974c
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. +2
    -0
      mallinkService/src/main/java/com/iformall/service/impl/WxBusinessServiceImpl.java

+ 2
- 0
mallinkService/src/main/java/com/iformall/service/impl/WxBusinessServiceImpl.java Näytä tiedosto

@@ -80,6 +80,7 @@ public class WxBusinessServiceImpl implements WxBusinessService {
query.setBusinessId((Integer) e.get("id")); query.setBusinessId((Integer) e.get("id"));
List<WxRentContract> rentContractList = wxRentContractMapper.select(query); List<WxRentContract> rentContractList = wxRentContractMapper.select(query);
for (WxRentContract dbRent:rentContractList ) { for (WxRentContract dbRent:rentContractList ) {
logger.info("业态分析租赁合同:{}"+dbRent.getId());
if(StringUtils.isBlank(dbRent.getRentInfo())){ if(StringUtils.isBlank(dbRent.getRentInfo())){
System.out.println("rent rentInfo is null:{}"+dbRent.getId()); System.out.println("rent rentInfo is null:{}"+dbRent.getId());
continue; continue;
@@ -99,6 +100,7 @@ public class WxBusinessServiceImpl implements WxBusinessService {
pquery.setBusinessId((Integer) e.get("id")); pquery.setBusinessId((Integer) e.get("id"));
List<WxPropertyContract> propertyContractList = wxPropertyContractMapper.select(pquery); List<WxPropertyContract> propertyContractList = wxPropertyContractMapper.select(pquery);
for (WxPropertyContract dbRent:propertyContractList) { for (WxPropertyContract dbRent:propertyContractList) {
logger.info("业态分析物业合同:{}"+dbRent.getId());
if(StringUtils.isBlank(dbRent.getRentInfo())){ if(StringUtils.isBlank(dbRent.getRentInfo())){
System.out.println("property rentInfo is null:{}"+dbRent.getId()); System.out.println("property rentInfo is null:{}"+dbRent.getId());
continue; continue;


Ladataan…
Peruuta
Tallenna