springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActNeighborCircleDOMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActNeighborCircleDOMapper.xml
@@ -48,7 +48,7 @@ left join com_act_neighbor_circle_topic as canct on canct.id = canc.topic_id left join com_act as ca on ca.community_id = canc.community_id where is_del = 2 and canc.status = 2 and nc.community_id in and canc.community_id in <foreach collection="neighborCircleAppDTO.communityIds" item="item" index="index" open="(" separator="," close=")"> ${item} </foreach>