#
luxiaotao1123
2021-03-04 220b7c57963afb0b3190f00f0ae72ace767162bf
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>