| | |
| | | </select> |
| | | |
| | | <select id="findOutMast" resultMap="BaseResultMap"> |
| | | select top 1 * from asr_loc_mast |
| | | select * from asr_loc_mast |
| | | where loc_type1 = #{locType1} |
| | | and loc_type2 = 2 |
| | | and crn_no in |
| | |
| | | <select id="selectLocByLev" resultMap="BaseResultMap"> |
| | | SELECT * FROM asr_loc_mast WHERE lev1 = #{lev} |
| | | </select> |
| | | |
| | | <select id="selectByLocNos" resultMap="BaseResultMap"> |
| | | select * from asr_loc_mast |
| | | where loc_no in |
| | | <foreach item="item" collection="locNos" index="index" separator="," open="(" close=")"> |
| | | #{item} |
| | | </foreach> |
| | | </select> |
| | | </mapper> |