自动化立体仓库 - WMS系统
*
L
2025-09-23 25c4d88c377055a726d8f79c9e11e2484b3c3442
src/main/resources/mapper/MatMapper.xml
@@ -25,7 +25,7 @@
        <result column="item_num" property="itemNum" />
        <result column="safe_qty" property="safeQty" />
        <result column="weight" property="weight" />
        <result column="length" property="length" />
        <result column="man_length" property="manLength" />
        <result column="volume" property="volume" />
        <result column="three_code" property="threeCode" />
        <result column="supp" property="supp" />
@@ -141,4 +141,9 @@
            and a.matnr = #{matnr}
        </if>
    </select>
    <select id="getOldMatnr" resultType="String">
        select matnr
        from man_mat
        where id = #{id}
    </select>
</mapper>