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 != '已关闭'