Kaynağa Gözat

fix

release_toaliyun_real
winter 1 yıl önce
ebeveyn
işleme
d818856dcf
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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 Dosyayı Görüntüle

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


Yükleniyor…
İptal
Kaydet