| | |
| | | ) |
| | | and (loc_sts = 'F' or loc_sts = 'D') and crn_no = #{crnNo} |
| | | </select> |
| | | |
| | | <select id="selectLocShuttleMoveUnilateralY" resultMap="BaseResultMap"> |
| | | select * from [dbo].[asr_loc_mast] where row1>1 and row1 < 18 and bay1 = #{bay} and lev1 = #{lev} and loc_sts='F' order by row1 |
| | | </select> |
| | | |
| | | <select id="selectLocShuttleMoveUnilateralN" resultMap="BaseResultMap"> |
| | | select * from [dbo].[asr_loc_mast] where row1>17 and row1 < 31 and bay1 = #{bay} and lev1 = #{lev} and loc_sts='F' order by row1 desc |
| | | </select> |
| | | |
| | | </mapper> |