#
zjj
2024-01-11 f31629c857a5cb607f67b1a7f89a826ad3f72563
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>