|
|
|
@ -11,6 +11,7 @@ import com.epmet.commons.tools.page.PageData; |
|
|
|
import com.epmet.commons.tools.security.user.LoginUserUtil; |
|
|
|
import com.epmet.commons.tools.utils.ConvertUtils; |
|
|
|
import com.epmet.commons.tools.utils.Result; |
|
|
|
import com.epmet.commons.tools.validator.IdCardNoValidatorUtils; |
|
|
|
import com.epmet.dto.CustomerAgencyDTO; |
|
|
|
import com.epmet.dto.IcResiUserAttachmentDTO; |
|
|
|
import com.epmet.dto.IcResiUserDTO; |
|
|
|
@ -203,6 +204,7 @@ public class RentContractInfoServiceImpl extends BaseServiceImpl<RentContractInf |
|
|
|
user.setName(tenant.getName()); |
|
|
|
user.setIdCard(tenant.getIdCard()); |
|
|
|
user.setMobile(tenant.getMobile()); |
|
|
|
user.setGender(IdCardNoValidatorUtils.getGender(tenant.getIdCard())); |
|
|
|
|
|
|
|
user.setAgencyId(contractDto.getCommunityId()); |
|
|
|
Result<CustomerAgencyDTO> agencyInfo = govOrgOpenFeignClient.getAgencyById(contractDto.getCommunityId()); |
|
|
|
|