| | |
| | | <select id="selectBy2125" resultMap="BaseResultMap"> |
| | | select * from dbo.asr_wrk_mast |
| | | where wrk_sts in (21,25) |
| | | and io_type in (101,103,110) |
| | | and io_type in (101,103,107,110) |
| | | order by io_pri desc,wrk_sts desc |
| | | </select> |
| | | |
| | |
| | | and barcode = #{barcode} |
| | | order by io_pri desc,io_time,wrk_no asc |
| | | </select> |
| | | |
| | | <select id="selectInWrkMastByLiftNo" resultMap="BaseResultMap"> |
| | | select * from dbo.asr_wrk_mast |
| | | where 1=1 |
| | | and lift_no = #{liftNo} |
| | | and io_type <= 100 |
| | | and wrk_sts in (1,2,3,4,5) |
| | | order by io_pri desc,io_time,wrk_no asc |
| | | </select> |
| | | </mapper> |