#
Junjie
2023-10-10 597c2680c8a4b233791db04f076afcb8570cf6e3
src/main/resources/mapper/WrkMastMapper.xml
@@ -174,7 +174,7 @@
    <select id="selectInOutWrkMast" resultMap="BaseResultMap">
        select * from asr_wrk_mast
        where io_type in (1,101)
        and wrk_sts not in (14,15,34,35)
        and wrk_sts not in (9,10,29,30)
        order by io_pri desc,wrk_sts desc
    </select>