allen 1 år sedan
förälder
incheckning
22e81189c2
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      kgraph-admin/src/main/resources/mapper/ledger/AirPartInfoMapper.xml

+ 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">