src/main/resources/mapper/TaskWrkMapper.xml
@@ -129,8 +129,8 @@ <select id="selectWorkingTask" resultMap="BaseResultMap"> select * from dbo.wcs_task_wrk where (wrk_sts=3 and io_type = 1) or (wrk_sts=12 and io_type = 2) where (wrk_sts=4 and io_type = 1) or (wrk_sts=14 and io_type = 2) order by io_pri desc,create_time,wrk_no ASC </select>