| | |
| | | <result column="linkman" property="linkman"/> |
| | | <result column="contact_number" property="contactNumber"/> |
| | | <result column="address" property="address"/> |
| | | <result column="account_number" property="accountNumber"/> |
| | | <result column="expire_time" property="expireTime"/> |
| | | <result column="license_key" property="licenseKey"/> |
| | | </resultMap> |
| | | |
| | | |
| | | <select id="selectTenantPage" resultMap="tenantResultMap"> |
| | | select * from blade_tenant where is_deleted = 0 |
| | | select * from pl_org_tenant where is_deleted = 0 |
| | | </select> |
| | | |
| | | </mapper> |