springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/resources/mapper/UserDao.xml
@@ -777,4 +777,12 @@ <select id="isExpert" resultType="com.panzhihua.common.model.vos.sanshuo.ComSanshuoExpertVO"> select * from com_sanshuo_expert where phone=#{phone} </select> <select id="isIndustryCenterAccount" resultType="Integer"> select count(id) from com_sanshuo_industry_center where account=#{account} </select> <select id="isExpertAccount" resultType="Integer"> select count(id) from com_sanshuo_expert where account=#{account} </select> </mapper>