1098226878
2021-09-13 3f1dc57d57ef0ceafcc59cd5ce34ff90cfe6d146
java110-db/src/main/resources/mapper/goods/GroupBuySettingServiceDaoImplMapper.xml
old mode 100644 new mode 100755
@@ -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>