张天森
2022-11-09 d49bb4c7e3273f69121178bd8dc08e09d02ed513
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>