From c4c837df24c9880c6a3cd68a2f2ee500634e1705 Mon Sep 17 00:00:00 2001 From: LSH Date: 星期三, 27 九月 2023 09:04:06 +0800 Subject: [PATCH] # --- src/main/resources/mapper/WrkMastMapper.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/mapper/WrkMastMapper.xml b/src/main/resources/mapper/WrkMastMapper.xml index 4ab2dfa..d16d4c2 100644 --- a/src/main/resources/mapper/WrkMastMapper.xml +++ b/src/main/resources/mapper/WrkMastMapper.xml @@ -227,12 +227,12 @@ ( <choose> <when test="sour < 200"> - (wrk_sts > 11 and wrk_sts < 15 and source_sta_no < 200 and io_type > 101 and io_type < 110) + (wrk_sts > 11 and wrk_sts < 18 and source_sta_no < 200 and io_type > 101 and io_type < 110) or (wrk_sts < 3 and sta_no < 200 and io_type < 100 and io_type > 9 and io_type != 11 ) </when> <otherwise> - (wrk_sts > 11 and wrk_sts < 15 and source_sta_no > 200 and io_type > 101 and io_type < 110) + (wrk_sts > 11 and wrk_sts < 18 and source_sta_no > 200 and io_type > 101 and io_type < 110) or (wrk_sts < 3 and sta_no > 200 and io_type < 100 and io_type > 9 and io_type != 11) </otherwise> -- Gitblit v1.9.1