#
luxiaotao1123
2021-03-10 1c6659a0f946b15bea84bccb206fe11111ac211e
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>