@@ -9,7 +9,7 @@
</resultMap>
- <select id="getLotMount" parameterType="Sfc10500" resultMap="Sfc10500Result">
+ <select id="getLotMount" parameterType="Sfc10500" resultType="decimal">
select top 1 peqty from sfc10500 where lotno LIKE '%#{lotno}%' and lotseq =#{lotseq} order by peqty desc
</select>
</mapper>