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