springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/resources/mapper/UserDao.xml
@@ -560,4 +560,8 @@ <select id="selectOrgAdmin" resultType="Integer"> select count(*) from com_pb_check_unit where admin_phone like concat('%',#{phone},'%') </select> <select id="selectCheckUnitId" resultType="Long"> select check_unit_id from com_pb_member where phone = #{phone} limit 1 </select> </mapper>