From 1f19b78818609bf6d0849f8e58b349132a800538 Mon Sep 17 00:00:00 2001
From: zj <1772600164@qq.com>
Date: Mon, 01 Jun 2026 17:08:49 +0800
Subject: [PATCH] 1

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

diff --git a/src/main/resources/mapper/SiteProductMapper.xml b/src/main/resources/mapper/SiteProductMapper.xml
index 62ad9d4..335b01c 100644
--- a/src/main/resources/mapper/SiteProductMapper.xml
+++ b/src/main/resources/mapper/SiteProductMapper.xml
@@ -166,7 +166,7 @@
       <if test="stockDzDisplay != null" >
         stock_dz_display = #{stockDzDisplay,jdbcType=BIT},
       </if>
-      <if test="stockDzDisplay != null" >
+      <if test="tranWithdrawDisplay != null" >
         tran_withdraw_display = #{tranWithdrawDisplay,jdbcType=BIT},
       </if>
 

--
Gitblit v1.9.3