#
LSH
2023-09-27 c4c837df24c9880c6a3cd68a2f2ee500634e1705
#
1个文件已修改
4 ■■■■ 已修改文件
src/main/resources/mapper/WrkMastMapper.xml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/WrkMastMapper.xml
@@ -227,12 +227,12 @@
        (
        <choose>
            <when test="sour &lt; 200">
                (wrk_sts > 11 and wrk_sts &lt; 15 and source_sta_no &lt; 200 and io_type > 101 and io_type &lt; 110)
                (wrk_sts > 11 and wrk_sts &lt; 18 and source_sta_no &lt; 200 and io_type > 101 and io_type &lt; 110)
                or
                (wrk_sts &lt; 3 and sta_no &lt; 200 and io_type &lt; 100 and io_type > 9 and io_type != 11 )
            </when>
            <otherwise>
                (wrk_sts > 11 and wrk_sts &lt; 15 and source_sta_no > 200 and io_type > 101 and io_type &lt; 110)
                (wrk_sts > 11 and wrk_sts &lt; 18 and source_sta_no > 200 and io_type > 101 and io_type &lt; 110)
                or
                (wrk_sts &lt; 3 and sta_no > 200 and io_type &lt; 100 and io_type > 9 and io_type != 11)
            </otherwise>