#
luxiaotao1123
2021-03-11 eb38fe84d65d30d5e832a4b7dd89a3fc960c1ea4
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>