#
luxiaotao1123
2021-04-03 918cf69e763d30a1315fa1c83a964dae4dd88f12
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>