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