自动化立体仓库 - WMS系统
#
lty
2025-12-29 da4b1333f5a9888e765fa867960d85b27f35c616
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}