|
|
@@ -81,6 +81,7 @@ public class WxBusinessServiceImpl implements WxBusinessService { |
|
|
List<WxRentContract> rentContractList = wxRentContractMapper.select(query); |
|
|
List<WxRentContract> rentContractList = wxRentContractMapper.select(query); |
|
|
for (WxRentContract dbRent:rentContractList ) { |
|
|
for (WxRentContract dbRent:rentContractList ) { |
|
|
logger.info("业态分析租赁合同:{}"+dbRent.getId()); |
|
|
logger.info("业态分析租赁合同:{}"+dbRent.getId()); |
|
|
|
|
|
logger.error("业态分析租赁合同:{}"+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; |
|
|
@@ -101,6 +102,7 @@ public class WxBusinessServiceImpl implements WxBusinessService { |
|
|
List<WxPropertyContract> propertyContractList = wxPropertyContractMapper.select(pquery); |
|
|
List<WxPropertyContract> propertyContractList = wxPropertyContractMapper.select(pquery); |
|
|
for (WxPropertyContract dbRent:propertyContractList) { |
|
|
for (WxPropertyContract dbRent:propertyContractList) { |
|
|
logger.info("业态分析物业合同:{}"+dbRent.getId()); |
|
|
logger.info("业态分析物业合同:{}"+dbRent.getId()); |
|
|
|
|
|
logger.error("业态分析物业合同:{}"+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; |
|
|
|