#
zjj
2024-03-13 8951379b7eb99016e945f353613c1c5e262e4638
src/main/resources/mapper/TaskWrkMapper.xml
@@ -131,6 +131,7 @@
        select * from dbo.wcs_task_wrk
        where (wrk_sts=4 and io_type = 1)
        or (wrk_sts=14 and io_type = 2)
        or (wrk_sts = 4 and io_type = 3)
        order by io_pri desc,create_time,wrk_no ASC
    </select>