src/main/resources/mapper/BasAgvLocDetlMapper.xml
@@ -127,4 +127,9 @@ and matnr = #{matnr} <include refid="batchSeq"></include> </select> <update id="updateLocNo"> update asr_bas_agv_loc_detl set loc_no = #{newLocNo}, modi_time=getDate() where loc_no = #{oldLocNo} </update> </mapper>