From e9257b896b2080babe160e8bff49035a275620fc Mon Sep 17 00:00:00 2001
From: 1 <1>
Date: 星期三, 05 十一月 2025 14:54:31 +0800
Subject: [PATCH] #

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

diff --git a/src/main/resources/mapper/LocDetlMapper.xml b/src/main/resources/mapper/LocDetlMapper.xml
index 6b10d25..51690b8 100644
--- a/src/main/resources/mapper/LocDetlMapper.xml
+++ b/src/main/resources/mapper/LocDetlMapper.xml
@@ -265,6 +265,12 @@
         <if test="payment != null">
             and t.payment = #{payment}
         </if>
+        <if test="sku != null">
+            and t.sku = #{sku}
+        </if>
+        <if test="supp != null">
+            and t.supp = #{supp}
+        </if>
 
     </sql>
 

--
Gitblit v1.9.1