自动化立体仓库 - WMS系统
zjj
2025-03-26 702a6ed32127f963eea9953f32d7494419d6a32c
Merge remote-tracking branch 'origin/jxgtasrs' into jxgtasrs
1个文件已修改
17 ■■■■■ 已修改文件
src/main/resources/mapper/ManLocDetlMapper.xml 17 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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>