lidongdong
2023-09-05 66d376fdae73fcabb0c4ef3508acf234a6f6f215
3修改商家下单商品id为空
1个文件已修改
6 ■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/VolunteerCreditsExchangeMapper.xml 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/VolunteerCreditsExchangeMapper.xml
@@ -148,13 +148,13 @@
        values
        <trim prefix="("  suffix=")" suffixOverrides=",">
            <if test="item.id != null">
                id=#{item.id},
                #{item.id},
            </if>
            <if test="item.goodsName != null">
                goods_name=#{item.goodsName},
                #{item.goodsName},
            </if>
            <if test="item.communityId != null">
                community_id=#{item.communityId},
                #{item.communityId},
            </if>
            <if test="item.orderNumber != null">
                #{item.orderNumber},