From e78da8ca397fbfca8d57ab518e1778dd57e0dd90 Mon Sep 17 00:00:00 2001 From: xuhy <3313886187@qq.com> Date: 星期三, 22 一月 2025 18:42:30 +0800 Subject: [PATCH] 租户类型属性 --- ruoyi-system/src/main/resources/mapper/system/TTenantMapper.xml | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ruoyi-system/src/main/resources/mapper/system/TTenantMapper.xml b/ruoyi-system/src/main/resources/mapper/system/TTenantMapper.xml index 31b8911..ec45f48 100644 --- a/ruoyi-system/src/main/resources/mapper/system/TTenantMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/system/TTenantMapper.xml @@ -28,8 +28,9 @@ id, resident_name, checkIn_time, tenant_attributes, tenant_type, phone, id_card, email, bank_number, mail_address, create_time, update_time, create_by, update_by, disabled,account,password </sql> - <select id="pageList" resultType="com.ruoyi.system.model.TTenant"> - SELECT <include refid="Base_Column_List"/> + <select id="pageList" resultType="com.ruoyi.system.vo.TenantVO"> + SELECT id, resident_name, checkIn_time, tenant_attributes, tenant_type, phone, id_card, email, + bank_number, mail_address, create_time, disabled,account, FROM t_tenant <where> <if test="query.residentName != null and query.residentName != ''"> -- Gitblit v1.7.1