| | |
| | | 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 != ''"> |