From 3f1dc57d57ef0ceafcc59cd5ce34ff90cfe6d146 Mon Sep 17 00:00:00 2001
From: 1098226878 <1098226878@qq.com>
Date: 星期一, 13 九月 2021 17:06:16 +0800
Subject: [PATCH] 优化代码

---
 java110-db/src/main/resources/mapper/goods/GroupBuySettingServiceDaoImplMapper.xml |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/java110-db/src/main/resources/mapper/goods/GroupBuySettingServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/goods/GroupBuySettingServiceDaoImplMapper.xml
old mode 100644
new mode 100755
index 37ded3d..51bed80
--- a/java110-db/src/main/resources/mapper/goods/GroupBuySettingServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/goods/GroupBuySettingServiceDaoImplMapper.xml
@@ -57,9 +57,6 @@
     <!-- 淇敼鎷煎洟璁剧疆淇℃伅 add by wuxw 2018-07-03 -->
     <update id="updateGroupBuySettingInfo" parameterType="Map">
         update group_buy_setting t set t.status_cd = #{statusCd}
-        <if test="newBId != null and newBId != ''">
-            ,t.b_id = #{newBId}
-        </if>
         <if test="groupBuyName !=null and groupBuyName != ''">
             , t.group_buy_name= #{groupBuyName}
         </if>

--
Gitblit v1.8.0