huanghongfa
2021-09-14 30d80e3d0f852973e440f78def05b854fb857e80
springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/resources/mapper/UserDao.xml
@@ -421,5 +421,12 @@
          select count(id) from event_grid_member_relation where grid_member_id = #{userId}
    </select>
    <update id="judgeCommunityTeam">
        update com_pb_service_team set is_reg = 1 where phone = #{phone}
    </update>
    <select id="getCommunityTeamCount" resultType="integer">
        select count(id) from com_pb_service_team where is_reg = 2 and phone = #{phone}
    </select>
</mapper>