| | |
| | | <result column="lift_no" property="liftNo" /> |
| | | <result column="wms_wrk_no" property="wmsWrkNo" /> |
| | | <result column="system_msg" property="systemMsg" /> |
| | | <result column="main_wrk_no" property="mainWrkNo" /> |
| | | |
| | | </resultMap> |
| | | |
| | |
| | | <select id="selectShuttleMoveWrk" resultMap="BaseResultMap"> |
| | | select * from asr_wrk_mast |
| | | where 1=1 |
| | | and wrk_sts in (301,302,303,304,305,306,307,308,309,310,311) |
| | | -- and wrk_sts in (301,302,303,304,305,306,307,308,309,310,311) |
| | | and io_type = 200 |
| | | order by io_pri desc,io_time,wrk_no asc |
| | | </select> |