From a9325d1f1913890dd53296abc4490d9ef95a4e53 Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期二, 26 十一月 2024 09:53:13 +0800
Subject: [PATCH] 发货前核对功能

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

diff --git a/src/main/resources/mapper/OrderDetlMapper.xml b/src/main/resources/mapper/OrderDetlMapper.xml
index 371ada8..3097092 100644
--- a/src/main/resources/mapper/OrderDetlMapper.xml
+++ b/src/main/resources/mapper/OrderDetlMapper.xml
@@ -138,6 +138,9 @@
         and mo.settle &lt;= 2
         and md.danger = 0
     </select>
+    <select id="selectDetlList" resultType="java.lang.String">
+        select brand from man_order_detl where order_no = #{orderNo}
+    </select>
 
     <update id="increase">
         update man_order_detl

--
Gitblit v1.9.1