lidongdong
2023-08-30 6b46aa7f1287eea429b16932af4a87bc729a364e
修改小程序商家商品新增
1个文件已修改
12 ■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/VolunteerIntegralMerchantMapper.xml 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/VolunteerIntegralMerchantMapper.xml
@@ -138,13 +138,13 @@
                #{vimVO.goodType},
            </if>
            <if test="vimVO.merchantId != null">
                #{merchantId},
                #{vimVO.merchantId},
            </if>
            <if test="vimVO.goodNum != null">
                #{goodNum},
                #{vimVO.goodNum},
            </if>
            <if test="vimVO.goodImgs != null">
                #{goodImgs},
                #{vimVO.goodImgs},
            </if>
            sysdate()
        </trim>
@@ -181,13 +181,13 @@
                good_type=#{vimVO.goodType},
            </if>
            <if test="vimVO.merchantId != null">
                merchant_id=#{merchantId},
                merchant_id=#{vimVO.merchantId},
            </if>
            <if test="vimVO.goodNum != null">
                good_num=#{goodNum},
                good_num=#{vimVO.goodNum},
            </if>
            <if test="vimVO.goodImgs != null">
                good_imgs=#{goodImgs},
                good_imgs=#{vimVO.goodImgs},
            </if>
            update_time=sysdate()
        </set>