lidongdong
2023-11-16 75d84d3d6248d96e6b993655fda7d4247ac05506
修改微心愿列表接口
1个文件已修改
3 ■■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActMicroWishDOMapper.xml 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActMicroWishDOMapper.xml
@@ -87,6 +87,9 @@
            <if test='comActMicroWishVO.userId != null and comActMicroWishVO.userId != 0'>
                AND w.sponsor_id  =#{comActMicroWishVO.userId}
            </if>
            <if test='comActMicroWishVO.sponsorId != null and comActMicroWishVO.sponsorId != 0'>
                AND w.sponsor_id  =#{comActMicroWishVO.sponsorId}
            </if>
            <if test='comActMicroWishVO.handleId != null and comActMicroWishVO.handleId != 0'>
                AND FIND_IN_SET(#{comActMicroWishVO.handleId},w.handle_id) &gt; 0
            </if>