自动化立体仓库 - WMS系统
#
lty
2026-03-18 6a460f6895f0f09c406c2dc6b2b31e4d77d3ef03
src/main/resources/mapper/WrkDetlMapper.xml
@@ -76,7 +76,9 @@
        and matnr = #{matnr}
        <include refid="batchSeq"></include>
    </delete>
    <select id="findByBarcode" resultMap="BaseResultMap">
        select * from asr_wrk_detl where 1=1 and zpallet = #{barcode} and wrk_no != 9996
    </select>
    <update id="updateAnfme">
        update asr_wrk_detl
        set anfme = #{anfme}