From d0bbe9df6abe1a903ac0f8371da74aba91d35f7e Mon Sep 17 00:00:00 2001
From: skyouc <creaycat@gmail.com>
Date: 星期四, 15 一月 2026 15:21:47 +0800
Subject: [PATCH] 添加备货指示派工单上报

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

diff --git a/src/main/resources/mapper/OrderPakinMapper.xml b/src/main/resources/mapper/OrderPakinMapper.xml
index cd82c6c..f74704b 100644
--- a/src/main/resources/mapper/OrderPakinMapper.xml
+++ b/src/main/resources/mapper/OrderPakinMapper.xml
@@ -61,6 +61,7 @@
         where 1=1
         and settle = 4
         and status = 1
+        and doc_type != 7
         order by create_time asc
     </select>
 

--
Gitblit v1.9.1