src/main/resources/mapper/LocMastMapper.xml @@ -60,4 +60,9 @@ ORDER BY NEWID() </select> <select id="selectByLocNo" resultMap="BaseResultMap"> select * from asr_loc_mast where loc_no = #{locNo} </select> </mapper>