|
|
@ -888,7 +888,7 @@ public class IcResiUserServiceImpl extends BaseServiceImpl<IcResiUserDao, IcResi |
|
|
|
|
|
|
|
@Override |
|
|
|
public RentTenantDataResultDTO tenantData(RentTenantDataFormDTO formDTO) { |
|
|
|
IcResiUserEntity entity = selectById(formDTO.getUserId()); |
|
|
|
IcResiUserEntity entity = baseDao.selectById(formDTO.getUserId()); |
|
|
|
return ConvertUtils.sourceToTarget(entity, RentTenantDataResultDTO.class); |
|
|
|
} |
|
|
|
|
|
|
|