罗元桥
2021-09-28 d7b131c11b28979314119057b58f9186768d0413
springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/resources/mapper/UserDao.xml
@@ -422,5 +422,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>