xuhy
2025-01-22 e78da8ca397fbfca8d57ab518e1778dd57e0dd90
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 != ''">