101captain
2022-04-28 6307ae8f285d251c650b5491a74599963f807cb2
springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/resources/mapper/UserDao.xml
@@ -551,4 +551,8 @@
        WHERE phone = #{phone} AND community_id = #{communityId}
    </select>
    <select id="selectAcidMemberByPhone" resultType="com.panzhihua.common.model.vos.community.acid.ComActAcidMemberVO">
        SELECT id, relation_name FROM com_act_acid_member WHERE phone = #{phone}
    </select>
</mapper>