自动化立体仓库 - WMS系统
1
2 天以前 8a2733f19643f6c2b60d653df62b4910daec48cd
src/main/resources/mapper/OrderDetlPakinMapper.xml
@@ -56,6 +56,7 @@
        <result column="width" property="width" />
        <result column="height" property="height" />
        <result column="erp_anfme" property="erpAnfme" />
        <result column="sorting_anfme" property="sortingAnfme" />
    </resultMap>
@@ -263,4 +264,10 @@
        order by update_time
    </select>
    <update id="morpt" parameterType="String">
        UPDATE man_order_detl_pakin
        SET qty = anfme, work_qty = anfme
        WHERE order_no = #{orderNo} and matnr = #{matnr}
    </update>
</mapper>