src/main/resources/mapper/LocDetlMapper.xml
@@ -336,5 +336,10 @@ INNER JOIN man_mat b ON a.matnr=#{matnrOld} AND b.matnr=#{matnr}; </update> <select id="selectLocDetl" resultMap="BaseResultMap"> select * from asr_loc_detl where loc_no=#{locNo} </select> </mapper>