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>