From 9c638d29f43035bb224996f3183a58d761cd526e Mon Sep 17 00:00:00 2001
From: peter <14100000001@qq.com>
Date: Sun, 11 Jan 2026 18:21:39 +0800
Subject: [PATCH] 1.11文档修改

---
 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