lidongdong
2023-11-20 eb48509667d6271cef8da7b580c82f6d8b324104
积分修改bug4
1个文件已修改
4 ■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/NewFightShoppingOrderMapper.xml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/NewFightShoppingOrderMapper.xml
@@ -164,7 +164,7 @@
                #{item.abolishTime},
            </if>
            <if test="item.communityId !=null and item.communityId !='' ">
                #{item.communityId}
                #{item.communityId},
            </if>
            sysdate()
        </trim>
@@ -198,7 +198,7 @@
                abolish_time=#{item.abolishTime},
            </if>
            <if test="item.communityId !=null and item.communityId !='' ">
                community_id=#{item.communityId}
                community_id=#{item.communityId},
            </if>
            update_time=sysdate()
        </set>