自动化立体仓库 - WCS系统
#
zjj
2023-12-12 a3c70ef5ed3c18209b37ba01a8ab3eb0eea0d7cb
src/main/resources/mapper/TaskWrkMapper.xml
@@ -118,7 +118,7 @@
    <select id="selectToBeHistoryData" resultMap="BaseResultMap">
        select * from dbo.wcs_task_wrk
        where 1=1
        and (status=5 or status=4)
        and ((wrk_sts=14 and status=5) or status=4 or (wrk_sts=4 and status=5))
        order by io_pri desc,create_time,wrk_no ASC
    </select>