自动化立体仓库 - WMS系统
1
zhang
2025-10-22 5de76c8f2409c0d1a759c4ee33967f2fbd8295c8
src/main/resources/mapper/asrs/MatMapper.xml
@@ -80,4 +80,8 @@
    <select id="selectByMatnr" resultMap="BaseResultMap">
        select top 1 * from man_mat where 1=1 and matnr = #{matnr}
    </select>
    <select id="selectBySku" resultMap="BaseResultMap">
        select top 1 * from man_mat where 1=1 and manu = #{sku}
    </select>
</mapper>