#
Junjie
2023-10-05 3031c7b25a84bf920cc1dc1051f9740eaecf3fe8
#
1个文件已修改
1 ■■■■ 已修改文件
src/main/resources/mapper/WrkMastMapper.xml 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/WrkMastMapper.xml
@@ -197,6 +197,7 @@
        select top 1 * from dbo.asr_wrk_mast
        where 1=1
        and shuttle_no = #{shuttleNo}
        and wrk_sts not in (111)
        and io_type = 200
        order by io_pri desc,io_time,wrk_no asc
    </select>