lidongdong
2023-11-24 23c94d829b9b1ba341b56044a87ee4acd7c50410
商品详情增加  兑换地址信息2
1个文件已修改
4 ■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/NewFightShoppingMapper.xml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/NewFightShoppingMapper.xml
@@ -34,7 +34,7 @@
            vcc.business_start_time,
            vcc.business_end_time
        from new_fight_shopping as nfs
        LEFT JOIN new_fight_community_config as vcc ON vcc.community_id=jso.community_id
        LEFT JOIN new_fight_community_config as vcc ON vcc.community_id=nfs.community_id
        <where>
            1=1
            <if test="communityId !=null and communityId !='' ">
@@ -72,7 +72,7 @@
            vcc.business_start_time,
            vcc.business_end_time
        from new_fight_shopping as nfs
        LEFT JOIN new_fight_community_config as vcc ON vcc.community_id=jso.community_id
        LEFT JOIN new_fight_community_config as vcc ON vcc.community_id=nfs.community_id
        where
            nfs.id=#{id}
    </select>