| | |
| | | <result column="io_type" property="ioType" /> |
| | | <result column="crn_no" property="crnNo" /> |
| | | <result column="ste_no" property="steNo" /> |
| | | <result column="charge" property="charge" /> |
| | | <result column="out_most" property="outMost" /> |
| | | <result column="io_pri" property="ioPri" /> |
| | | <result column="loc_no" property="locNo" /> |
| | |
| | | </if> |
| | | and wrk_sts < 30 |
| | | and memo = 'charge' |
| | | order by appe_time desc |
| | | order by appe_time, io_pri desc |
| | | </select> |
| | | |
| | | <select id="selectWorkingOfReset" resultMap="BaseResultMap"> |
| | |
| | | </if> |
| | | and wrk_sts < 47 |
| | | and memo = 'reset' |
| | | order by appe_time desc |
| | | order by appe_time, io_pri desc |
| | | </select> |
| | | |
| | | </mapper> |