springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/resources/mapper/UserDao.xml
@@ -838,4 +838,7 @@ <select id="isDpcMember" resultType="Integer"> select count(id) from com_act_dpc where name =#{name} and phone=#{phone} </select> <select id="isPropertyAccount" resultType="Integer"> select id from com_property where phone=#{phone} </select> </mapper>