Browse Source

fix

release_toaliyun_real
winter 1 year ago
parent
commit
d818856dcf
1 changed files with 1 additions and 1 deletions
  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 View File

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


Loading…
Cancel
Save