src/main/resources/mapper/LocMastMapper.xml
@@ -35,4 +35,7 @@ </resultMap> <select id="queryFreeLocMast" resultMap="BaseResultMap"> select top 1 * from asr_loc_mast where row1=#{row} and loc_type='O' order by loc_type desc ,lev1 asc,bay1 asc </select> </mapper>