自动化立体仓库 - WMS系统
chen.lin
4 天以前 ffeda1528cb303dee5f73e0a16ab4a21b2fcbe26
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>