From 4b8bdefa889a3e6797d2760bc207c0e373e86c86 Mon Sep 17 00:00:00 2001
From: zyx <zyx123456>
Date: 星期三, 07 二月 2024 09:17:22 +0800
Subject: [PATCH] #AGV 输送线扫码器扫描

---
 src/main/resources/mapper/LocMastMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/mapper/LocMastMapper.xml b/src/main/resources/mapper/LocMastMapper.xml
index 2df399a..d26a4e3 100644
--- a/src/main/resources/mapper/LocMastMapper.xml
+++ b/src/main/resources/mapper/LocMastMapper.xml
@@ -89,7 +89,7 @@
         <foreach item="loc" collection="locNos" index="index"  separator="," open="(" close=")">
             #{loc}
         </foreach>
-        and loc_sts != 'O'
+        and loc_sts not in ('O','P')
         order by row1
     </select>
 </mapper>

--
Gitblit v1.9.1