自动化立体仓库 - WMS系统
1
4 天以前 1e874438b4baf12c2668d04a59b0bd5098ef7fd6
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}