自动化立体仓库 - WMS系统
lty
2 天以前 8e943b7104561c3b14cf223016698709c5ade4b5
src/main/resources/mapper/WrkDetlMapper.xml
@@ -88,6 +88,12 @@
        and matnr = #{matnr}
        <include refid="batchSeq"></include>
    </update>
    <update id="updateBuyerLabel">
        update asr_wrk_detl
        set memo = #{buyerLabel}
        where order_no = #{orderNo}
        and barcode = #{barcode}
    </update>
    <select id="selectAndLogByOrderNo" resultMap="BaseResultMap">
        select * from asr_wrk_detl where order_no = #{orderNo}