Przeglądaj źródła

fix

release_toaliyun_real
winter 1 rok temu
rodzic
commit
d818856dcf
1 zmienionych plików z 1 dodań i 1 usunięć
  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 Wyświetl plik

@@ -249,7 +249,7 @@ public class WxRentContractServiceImpl implements WxRentContractService {
throw new MallinkException(ErrorCode.RENT_CONTRACT_IS_NOT_FOUND); 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.setCustomerType(customers.getPrincipalType());
wxRentContract.setCustomerLinkPerson(customers.getLinkPerson()); wxRentContract.setCustomerLinkPerson(customers.getLinkPerson());
wxRentContract.setCustomerName(customers.getName()); wxRentContract.setCustomerName(customers.getName());


Ładowanie…
Anuluj
Zapisz