Explorar el Código

fix

release_toaliyun_real
winter hace 1 año
padre
commit
d818856dcf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/impl/WxRentContractServiceImpl.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/service/impl/WxRentContractServiceImpl.java Ver fichero

@@ -249,7 +249,7 @@ public class WxRentContractServiceImpl implements WxRentContractService {
throw new MallinkException(ErrorCode.RENT_CONTRACT_IS_NOT_FOUND);
}
WxContractCustomers customers = wxContractCustomersMapper.selectById(id,wxRentContract.getTenantId());
WxContractCustomers customers = wxContractCustomersMapper.selectById(wxRentContract.getCustomersId(),wxRentContract.getTenantId());
wxRentContract.setCustomerType(customers.getPrincipalType());
wxRentContract.setCustomerLinkPerson(customers.getLinkPerson());
wxRentContract.setCustomerName(customers.getName());


Cargando…
Cancelar
Guardar