#
18516761980
2022-03-17 2cc17d26486c9e4d4db6157497589c52dd7f0dc2
src/main/resources/mapper/WrkMastMapper.xml
@@ -121,7 +121,7 @@
    <!-- 入库任务 -->
    <select id="selectWorkingPakin" resultMap="BaseResultMap">
        select top 1 * from dbo.asr_wrk_mast where wrk_sts in (2,3,4) and io_type != 11 order by io_time,wrk_no
        select top 1 * from dbo.asr_wrk_mast where wrk_sts in (2,3,4) and io_type != 11 and source_sta_no = 180 order by io_time,wrk_no
    </select>
    <!-- 出库任务 -->
@@ -136,6 +136,7 @@
        where wrk_no > 0)
        ))
        and io_type != 11
        and source_sta_no = 180
        order by io_time,wrk_no
    </select>