springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComEventMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComEventMapper.xml
@@ -131,9 +131,9 @@ <foreach collection="eventIds" item="id" separator="," open="(" close=")"> #{id} </foreach> <if test="eventIds == null"> AND request_user_community=#{comEvent.communityId} </if> </if> <if test="eventIds == null"> AND request_user_community=#{comEvent.communityId} </if> <if test="comEvent.keyword != null and comEvent.keyword!=''" > AND ( order_sn = #{comEvent.keyword} or request_user_tel =#{comEvent.keyword} or current_org_name=#{comEvent.keyword})