| <?xml version="1.0" encoding="UTF-8"?> | 
| <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> | 
| <mapper namespace="com.zy.asrs.common.openapi.mapper.HostKeyMapper"> | 
|   | 
|     <select id="getList" resultType="com.zy.asrs.common.openapi.entity.HostKey"> | 
|         select sh.id host_id,ohk.* from sys_host sh | 
|         left join openapi_host_key ohk | 
|         on ohk.host_id = sh.id | 
|     </select> | 
|   | 
| </mapper> |