自动化立体仓库 - WMS系统
#
Junjie
2025-08-12 bf45b4a613f0c1fa723e1d03b16cd7d1c79f1f04
src/main/resources/mapper/asrs/LocDetlMapper.xml
@@ -329,6 +329,14 @@
        <include refid="batchSeqNew"></include>
    </update>
    <update id="updateBarcode">
        update asr_loc_detl
        set zpallet = #{barcode}
        , modi_time = getdate()
        where 1=1
        and loc_no = #{locNo}
    </update>
    <sql id="stockOutCondition">
        <if test="loc_no!=null and loc_no!='' ">
            and a.loc_no like '%' + #{loc_no} + '%'