From 5a128650e5b946ec447acba4375a1413a48fb8a9 Mon Sep 17 00:00:00 2001 From: ruanqi Date: Fri, 15 Dec 2023 13:42:20 +0800 Subject: [PATCH] =?UTF-8?q?0412=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/production/SoScheduledListMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/mapper/production/SoScheduledListMapper.xml b/src/main/resources/mapper/production/SoScheduledListMapper.xml index ab54d34..eb47e9d 100644 --- a/src/main/resources/mapper/production/SoScheduledListMapper.xml +++ b/src/main/resources/mapper/production/SoScheduledListMapper.xml @@ -199,7 +199,7 @@ and site=#{site} - and a.orderNo=#{orderNo} + and a.orderNo like #{orderNo} and a.status != '已关闭'