自动化立体仓库 - WMS系统
#
zwl
2026-02-09 7102e9faca7b1cc6da94be325831c13d0301d7f6
src/main/resources/mapper/asrs/MatMapper.xml
@@ -82,6 +82,6 @@
    </select>
    <select id="selectBySku" resultMap="BaseResultMap">
        select top 1 * from man_mat where 1=1 and sku = #{sku}
        select top 1 * from man_mat where 1=1 and manu = #{sku}
    </select>
</mapper>