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}