src/main/resources/mapper/LocMastMapper.xml @@ -326,4 +326,8 @@ and loc_sts = 'O' order by row1,bay1,lev1 </select> <select id="selectLocByLev" resultMap="BaseResultMap"> SELECT * FROM asr_loc_mast WHERE lev1 = #{lev} </select> </mapper>