mirror of
https://github.com/luoye663/e5.git
synced 2025-04-23 23:38:47 +00:00
9 lines
389 B
XML
9 lines
389 B
XML
<?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="io.qyi.e5.outlook.mapper.OutlookMapper">
|
|
<select id="selectOutlookOne" resultType="io.qyi.e5.outlook.entity.Outlook">
|
|
select * from outlook where id = #{id} and github_id = #{github_id}
|
|
</select>
|
|
|
|
</mapper>
|