From 4654f843e10a00044778efe04f961d6541e33105 Mon Sep 17 00:00:00 2001
From: zzgtfwq <zzgtfwq>
Date: 星期三, 10 十二月 2025 08:45:30 +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