自动化立体仓库 - WMS系统
#
zjj
2025-03-25 522073f658bccd864bddeaf1763701a21a8b64c1
src/main/resources/mapper/ManLocDetlMapper.xml
@@ -370,5 +370,22 @@
        update man_loc_detl set anfme = #{anfme}
        where node_id = #{nodeId} ;
    </update>
    <update id="updateAnfme">
        update man_loc_detl
        set anfme = #{anfme}
        , modi_time = getdate()
        where 1=1
        and loc_no = #{locNo}
        and matnr = #{matnr}
        <include refid="batchSeq"></include>
    </update>
    <delete id="deleteItem">
        delete from man_loc_detl
        where 1=1
        and loc_no = #{locNo}
        and matnr = #{matnr}
        <include refid="batchSeq"></include>
    </delete>
</mapper>