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