|
@@ -59,7 +59,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
|
|
<select id="selectAirPartInfoById" parameterType="Long" resultMap="AirPartInfoResult">
|
|
<select id="selectAirPartInfoById" parameterType="Long" resultMap="AirPartInfoResult">
|
|
<include refid="selectAirPartInfoVo"/>
|
|
<include refid="selectAirPartInfoVo"/>
|
|
- where asi.id = #{id}
|
|
|
|
|
|
+ where api.id = #{id}
|
|
</select>
|
|
</select>
|
|
|
|
|
|
<insert id="insertAirPartInfo" parameterType="AirPartInfo" useGeneratedKeys="true" keyProperty="id">
|
|
<insert id="insertAirPartInfo" parameterType="AirPartInfo" useGeneratedKeys="true" keyProperty="id">
|