From fa530d76285c1e65cb3e98fe536f12dd46a852d7 Mon Sep 17 00:00:00 2001 From: xuhy <3313886187@qq.com> Date: 星期一, 17 二月 2025 16:25:50 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- ruoyi-system/src/main/resources/mapper/system/THouseMapper.xml | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/ruoyi-system/src/main/resources/mapper/system/THouseMapper.xml b/ruoyi-system/src/main/resources/mapper/system/THouseMapper.xml index 5e954d1..2ca167a 100644 --- a/ruoyi-system/src/main/resources/mapper/system/THouseMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/system/THouseMapper.xml @@ -58,7 +58,8 @@ t2.id as tenantId, t2.id_card as idCard, t2.bank_number as bankNumber, - t2.mail_address as mailAddress + t2.mail_address as mailAddress, + t2.tenant_attributes as tenantAttributes, from t_contract t1 left join t_tenant t2 on t1.tenant_id = t2.id LEFT JOIN t_house t3 on t3.id = t1.house_id -- Gitblit v1.7.1