自动化立体仓库 - WMS系统
#
Junjie
2025-06-13 613d004f5cf0d8d9bb529e1e30e0f5b297a5b1ba
src/main/resources/mapper/asrs/LocDetlMapper.xml
@@ -319,6 +319,16 @@
        <include refid="batchSeqNew"></include>
    </update>
    <update id="updateWeight">
        update asr_loc_detl
        set weight = #{weight}
        , modi_time = getdate()
        where 1=1
        and loc_no = #{locNo}
        and matnr = #{matnr}
        <include refid="batchSeqNew"></include>
    </update>
    <sql id="stockOutCondition">
        <if test="loc_no!=null and loc_no!='' ">
            and a.loc_no like '%' + #{loc_no} + '%'