自动化立体仓库 - WMS系统
*
L
2025-09-18 ceb59af2c3dbe0a4f0953aab5d3498e9c42c8ef9
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>