src/main/resources/mapper/MatMapper.xml
@@ -48,6 +48,6 @@ </select> <select id="selectByMatnr" resultMap="BaseResultMap"> select * from man_mat where 1=1 and matnr = #{matnr} select top 1 * from man_mat where 1=1 and matnr = #{matnr} </select> </mapper>