Explorar el Código

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

release_toaliyun_real
luozukai hace 6 años
padre
commit
b9a68e974c
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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 Ver fichero

@@ -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;


Cargando…
Cancelar
Guardar