huanghongfa
2021-07-15 decafa62ed565606715fdcc9a6300a7cb864cb42
springcloud_k8s_panzhihuazhihuishequ/service_grid/src/main/resources/mapper/EventGridMemberRelationMapper.xml
@@ -373,7 +373,7 @@
      </if>
      <if test="type != null and type == 2">
         select id as gridId,grid_name AS gridName from event_grid_member_relation as egmr where grid_member_id = #{userId} and grid_community_id = #{communityId}
         select id as gridId,grid_name,grid_community_id AS gridName from event_grid_member_relation as egmr where grid_member_id = #{userId} and grid_community_id = #{communityId}
      </if>
   </select>