From af9df8d638cb1db1e298b0081ca385fa622ab38f Mon Sep 17 00:00:00 2001
From: lsh <lsh@163.com>
Date: 星期二, 25 十一月 2025 09:04:20 +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