#
Junjie
2023-11-10 87db4fd86c8d1053c2203ea923e239a2c9d7fa79
#
1个文件已修改
2 ■■■ 已修改文件
src/main/resources/mapper/WrkMastMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/WrkMastMapper.xml
@@ -122,7 +122,7 @@
        from dbo.asr_wrk_mast
        where 1=1
        and wrk_sts = 4
        and io_type in (1,10,53)
        and io_type in (1,10,53,57)
        order by io_pri desc,wrk_sts desc
    </select>