自动化立体仓库 - WMS系统
#
Junjie
2025-08-12 bf45b4a613f0c1fa723e1d03b16cd7d1c79f1f04
src/main/resources/mapper/asrs/WrkDetlMapper.xml
@@ -101,6 +101,14 @@
        <include refid="batchSeq"></include>
    </update>
    <update id="updateBarcode">
        update asr_wrk_detl
        set zpallet = #{barcode}
        , modi_time = getdate()
        where 1=1
        and wrk_no = #{wrkNo}
    </update>
    <select id="selectAndLogByOrderNo" resultMap="BaseResultMap">
        select awd.*
        from asr_wrk_detl awd