101captain
2022-06-24 21900bb8a3d70c02ba1165b73cdffcd64c8bba1d
springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/resources/mapper/UserDao.xml
@@ -558,6 +558,6 @@
    </select>
    <select id="selectOrgAdmin" resultType="Integer">
        select count(*) from com_pb_check_unit where admin_phone = #{phone}
        select count(*) from com_pb_check_unit where admin_json like concat('%',#{phone},'%')
    </select>
</mapper>