From 3edf833b026396f417579ee4600ee1915ef12740 Mon Sep 17 00:00:00 2001 From: xuhy <3313886187@qq.com> Date: 星期一, 17 二月 2025 16:26:09 +0800 Subject: [PATCH] 房屋 --- ruoyi-system/src/main/resources/mapper/system/THouseMapper.xml | 2 +- 1 files changed, 1 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 2ca167a..a4bb3e9 100644 --- a/ruoyi-system/src/main/resources/mapper/system/THouseMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/system/THouseMapper.xml @@ -59,7 +59,7 @@ t2.id_card as idCard, t2.bank_number as bankNumber, t2.mail_address as mailAddress, - t2.tenant_attributes as tenantAttributes, + 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