101captain
2022-04-13 589149ab46aaf6e53b4e24115bebf2ba2b507a15
springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/resources/mapper/UserDao.xml
@@ -546,4 +546,9 @@
        WHERE phone = #{phone} AND community_id = #{communityId}
    </select>
    <select id="countEasyPhotoMember" resultType="Integer">
        SELECT COUNT(id) FROM com_act_easy_photo_member
        WHERE phone = #{phone} AND community_id = #{communityId}
    </select>
</mapper>