allen 1 vuosi sitten
vanhempi
sitoutus
22e81189c2

+ 1 - 1
kgraph-admin/src/main/resources/mapper/ledger/AirPartInfoMapper.xml

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