springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActMicroWishDOMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | 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) > 0 </if>