[go: up one dir, main page]

CN111104568B - Deep searching method and device for enterprise equity relationship, computer equipment and storage medium - Google Patents

Deep searching method and device for enterprise equity relationship, computer equipment and storage medium Download PDF

Info

Publication number
CN111104568B
CN111104568B CN201911301421.7A CN201911301421A CN111104568B CN 111104568 B CN111104568 B CN 111104568B CN 201911301421 A CN201911301421 A CN 201911301421A CN 111104568 B CN111104568 B CN 111104568B
Authority
CN
China
Prior art keywords
stakeholder
tree
intimacy
stakeholders
enterprise
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201911301421.7A
Other languages
Chinese (zh)
Other versions
CN111104568A (en
Inventor
冼东亮
李柏
李如先
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shenzhen Qianhai Huanrong Lianyi Information Technology Service Co Ltd
Original Assignee
Shenzhen Qianhai Huanrong Lianyi Information Technology Service Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shenzhen Qianhai Huanrong Lianyi Information Technology Service Co Ltd filed Critical Shenzhen Qianhai Huanrong Lianyi Information Technology Service Co Ltd
Priority to CN201911301421.7A priority Critical patent/CN111104568B/en
Publication of CN111104568A publication Critical patent/CN111104568A/en
Application granted granted Critical
Publication of CN111104568B publication Critical patent/CN111104568B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/903Querying
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/901Indexing; Data structures therefor; Storage structures
    • G06F16/9027Trees

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Computational Linguistics (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention discloses a deep searching method and device for an enterprise equity relationship, computer equipment and a storage medium, and relates to the technical field of searching. The method comprises the following steps: inquiring all stakeholders of the target enterprise at a data provider according to the enterprise name, calculating the affinity of each stakeholder according to the share proportion of each inquired stakeholder, and recording the current stakeholder depth; continuously inquiring the next-level stakeholders of each stakeholder at the data provider, calculating the affinity of each stakeholder according to the share proportion of each inquired stakeholder, and recording the current stakeholder depth; and so on until the bottommost stakeholder is inquired, calculating the affinity of each stakeholder according to the share ratio of each inquired stakeholder, and recording the depth of the bottommost stakeholder; and displaying the stakeholders of all levels of the inquired target enterprise in a tree structure, and displaying the current stakeholder depth and the intimacy of the stakeholders at the nodes of the tree. The invention can conveniently carry out deep analysis and display on the enterprise equity relationship.

Description

Deep searching method and device for enterprise equity relationship, computer equipment and storage medium
Technical Field
The present invention relates to the field of searching technologies, and in particular, to a method, an apparatus, a computer device, and a storage medium for deep searching of an enterprise equity relationship.
Background
In the prior art, the general searching of the enterprise equity relationship is based on a single enterprise main body, if the number of stakeholders of the head enterprise is huge and the association is complex, the stakeholders of the enterprise main body need to be frequently inquired, and the association affinity of the head enterprise is compared one by one according to a plurality of factors such as the share proportion of natural people stakeholders, the corporate stakeholders, the share proportion and the like, so that the deep analysis and the display of the enterprise equity relationship are very inconvenient.
In view of the above-mentioned problems with the prior art, there is a need for optimization and improvement of the prior art.
Disclosure of Invention
The embodiment of the invention provides a method, a device, computer equipment and a storage medium for deep searching of an enterprise equity relationship, aiming at solving the problem that the enterprise equity relationship searching is inconvenient to deeply analyze and display in the prior art.
In a first aspect, an embodiment of the present invention provides a tree-based enterprise equity relationship deep search method, including:
receiving an enterprise name of a target enterprise input by a user;
inquiring all stakeholders of the target enterprise at a data provider according to the enterprise name, calculating the affinity of each stakeholder according to the share proportion of each inquired stakeholder, and recording the current stakeholder depth;
continuously inquiring the next-level stakeholders of each stakeholder at the data provider, calculating the affinity of each stakeholder according to the share proportion of each inquired stakeholder, and recording the current stakeholder depth;
and so on until the bottommost stakeholder is inquired, calculating the affinity of each stakeholder according to the share ratio of each inquired stakeholder, and recording the depth of the bottommost stakeholder;
and displaying the stakeholders of all levels of the inquired target enterprise in a tree structure, and displaying the current stakeholder depth and the intimacy of the stakeholders at the nodes of the tree.
Preferably, the calculating the intimacy of each stakeholder according to the queried share proportion of each stakeholder includes:
the share proportion of each stockholder of the current stage to the stockholder of the previous stage is obtained;
and taking the share proportion as the intimacy of the stockholder of the current stage and the stockholder of the previous stage.
Preferably, the method further comprises:
and calculating the intimacy of each stakeholder with the target enterprise according to the intimacy of each stakeholder.
Preferably, the calculating the intimacy of each stakeholder to the target enterprise according to the intimacy of each stakeholder includes:
taking the target stakeholder as the current stakeholder, and acquiring the intimacy of the current stakeholder and the stakeholder at the previous stage;
taking the stockholder of the previous stage as the current stockholder, and acquiring the affinity between the current stockholder and the stockholder of the previous stage;
and so on until the intimacy of the stakeholder of the target enterprise and the target enterprise is obtained;
multiplying the obtained share proportion of each stakeholder with the stakeholder at the previous stage to obtain the intimacy of the target stakeholder and the target enterprise.
Preferably, the method further comprises:
if the intimacy of the target stockholder and the target enterprise is larger than the preset value, judging that the target stockholder is a high-intimacy stockholder, and highlighting the share right relationship between the high-intimacy stockholder and the target enterprise.
Preferably, the preset value is 0.3.
Preferably, the highlighting the share right relationship between the high-affinity stockholder and the target enterprise includes:
highlighting the positions of all stakeholders between the high-affinity stakeholders and the target enterprise at the nodes of the tree;
and highlighting the connection between the nodes of the tree for all stakeholders between the high-affinity stakeholders and the target enterprise.
In a second aspect, an embodiment of the present invention provides a tree-based enterprise equity relationship deep search apparatus, including:
the receiving unit is used for receiving the enterprise name of the target enterprise input by the user;
the first searching unit is used for inquiring all stakeholders of the target enterprise at the data provider according to the enterprise name, calculating the affinity of each stakeholder according to the share proportion of each inquired stakeholder, and recording the current stakeholder depth;
the second searching unit is used for continuously inquiring the next-level stakeholder of each stakeholder at the data provider, calculating the affinity of each stakeholder according to the share proportion of each inquired stakeholder, and recording the current stakeholder depth;
the third searching unit is used for analogizing until the bottommost stakeholder is inquired, calculating the affinity of each stakeholder according to the share proportion of each inquired stakeholder, and recording the depth of the bottommost stakeholder;
and the output unit is used for displaying the stakeholders of all levels of the inquired target enterprise in a tree structure and displaying the current stakeholder depth and the intimacy of the stakeholders at the nodes of the tree.
In a third aspect, an embodiment of the present invention provides a computer device, including a memory, a processor, and a computer program stored on the memory and executable on the processor, where the processor implements the tree-based enterprise equity relationship deep search method according to the first aspect when the computer program is executed.
In a fourth aspect, an embodiment of the present invention provides a computer readable storage medium, where a computer program is stored, where the computer program, when executed by a processor, implements the tree-based enterprise equity relationship deep search method according to the first aspect.
The embodiment of the invention provides a method, a device, computer equipment and a storage medium for deep searching of an enterprise equity relationship, wherein the method comprises the following steps: receiving an enterprise name of a target enterprise input by a user; inquiring all stakeholders of the target enterprise at a data provider according to the enterprise name, calculating the affinity of each stakeholder according to the share proportion of each inquired stakeholder, and recording the current stakeholder depth; continuously inquiring the next-level stakeholders of each stakeholder at the data provider, calculating the affinity of each stakeholder according to the share proportion of each inquired stakeholder, and recording the current stakeholder depth; and so on until the bottommost stakeholder is inquired, calculating the affinity of each stakeholder according to the share ratio of each inquired stakeholder, and recording the depth of the bottommost stakeholder; and displaying the stakeholders of all levels of the inquired target enterprise in a tree structure, and displaying the current stakeholder depth and the intimacy of the stakeholders at the nodes of the tree. By the method provided by the embodiment of the invention, the deep analysis and display of the enterprise equity relationship can be conveniently carried out.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings required for the description of the embodiments will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a schematic flow chart of a tree-based enterprise equity relationship deep search method provided by an embodiment of the invention;
fig. 2 is a schematic block diagram of a tree-based enterprise equity relationship deep search apparatus according to an embodiment of the present invention.
Detailed Description
The following description of the embodiments of the present invention will be made clearly and fully with reference to the accompanying drawings, in which it is evident that the embodiments described are some, but not all embodiments of the invention. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
It should be understood that the terms "comprises" and "comprising," when used in this specification and the appended claims, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof.
It is also to be understood that the terminology used in the description of the invention herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. As used in this specification and the appended claims, the singular forms "a," "an," and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise.
It should be further understood that the term "and/or" as used in the present specification and the appended claims refers to any and all possible combinations of one or more of the associated listed items, and includes such combinations.
Referring to fig. 1, fig. 1 is a flow chart of a tree-based enterprise equity relationship deep search method according to an embodiment of the present invention, where the method may include steps S101 to S105:
s101, receiving an enterprise name of a target enterprise input by a user;
first, a user may enter an enterprise name of a target enterprise, and then a deep search of the enterprise equity relationship may be performed based on the enterprise name.
S102, querying all stakeholders of the target enterprise at a data provider according to the enterprise name, calculating the affinity of each stakeholder according to the queried share proportion of each stakeholder, and recording the current stakeholder depth;
in this step, all stakeholders of the target enterprise can be queried at the data provider according to the enterprise name, and the different share ratios of each stakeholder at the target enterprise represent different affinities with the target enterprise, for example, if the share ratio is large, the affinity is large, and if the share ratio is small, the affinity is small. Therefore, the share proportion of each stakeholder to the target enterprise can be obtained, and the affinity of each stakeholder can be calculated according to the share proportion. In addition, the current stakeholder depth needs to be recorded. The stakeholder depth refers to which level the stakeholder currently queried is. For example, the stakeholder queried in this step should be the first level of hierarchy of the target enterprise, i.e., the stakeholder depth is the first level, which may be referred to as the direct stakeholder of the target enterprise. The intimacy referred to in this step refers to the intimacy of the current stakeholder to the former stakeholder or the target enterprise, for example, the intimacy of the current stakeholder to the target enterprise.
S103, continuously inquiring the next-level stakeholders of the stakeholders at the data provider, calculating the affinity of the stakeholders according to the inquired share proportion of the stakeholders, and recording the current stakeholder depth;
in this step, all stakeholders next to each stakeholder may be queried at the data provider according to each stakeholder queried in step S102. Similarly, because the sharing proportion of the next-stage stakeholders in the current stakeholders is different, the sharing proportion is different, and represents that the intimacy of each next-stage stakeholder is different from that of the current stakeholders, for example, the sharing proportion is large, the intimacy is large, and the sharing proportion is small, and the intimacy is small.
Therefore, the share ratio of all stakeholders of the next stage to the current stakeholder can be obtained, and the affinity of each stakeholder is calculated according to the share ratio. In addition, the current stakeholder depth needs to be recorded. For example, the stakeholder of the next level queried in this step should be the level of the second level of the target enterprise, i.e., the stakeholder depth is the second level.
S104, analogizing until the bottommost stakeholder is inquired, calculating the affinity of each stakeholder according to the share proportion of each inquired stakeholder, and recording the depth of the bottommost stakeholder;
and continuing to execute the steps until the bottommost stakeholder is inquired, and then acquiring the share proportion of the bottommost stakeholder to the stakeholder at the previous stage, so as to calculate the intimacy of each stakeholder. Finally, the stockholder depth at the bottommost layer is recorded.
S105, displaying the stakeholders of each level of the inquired target enterprise in a tree structure, and displaying the current stakeholder depth and the intimacy of the stakeholders at the nodes of the tree.
In the embodiment of the invention, the stakeholders of each level of the target enterprise can be displayed in the tree structure, and the current stakeholder depth and the intimacy of the stakeholders can be displayed on each node of the tree, so that a user can intuitively know the intimacy of each direct stakeholder of the target enterprise and the target enterprise, and can also know which stakeholder is the deep stakeholder of each direct stakeholder and the corresponding intimacy.
In an embodiment, the calculating the intimacy of each stakeholder according to the queried share proportion of each stakeholder includes:
the share proportion of each stockholder of the current stage to the stockholder of the previous stage is obtained;
and taking the share proportion as the intimacy of the stockholder of the current stage and the stockholder of the previous stage.
In this embodiment, the affinity is calculated by obtaining the share ratio of each stockholder of the current level to the stockholder of the previous level, and then directly using the share ratio as the affinity between the stockholder of the current level and the stockholder of the previous level.
For example, taking the target enterprise as an example, it has two direct stakeholders: and if the stockholder A accounts for 20 percent of the target enterprise, and if the stockholder B accounts for 80 percent of the target enterprise, the intimacy of the stockholder A with the target enterprise is 0.2, and the intimacy of the stockholder B with the target enterprise is 0.8.
Further, the stakeholder a includes two stakeholders: and a stakeholder A1 and a stakeholder A2, wherein the stakeholder A1 accounts for 30% of the stakeholder a, wherein the stakeholder A2 accounts for 70% of the stakeholder a, the affinity of the stakeholder A1 to the stakeholder a is 0.3, and the affinity of the stakeholder A2 to the stakeholder a is 0.7. Wherein the stakeholder B includes two stakeholders: and the stockholder B1 and the stockholder B2, wherein the proportion of the stockholder B1 to the stockholder B is 40 percent, the proportion of the stockholder B2 to the stockholder B is 60 percent, the affinity of the stockholder B1 to the stockholder B is 0.4, and the affinity of the stockholder B2 to the stockholder B is 0.6.
In an embodiment, the method for deep searching of the enterprise equity relationship based on the tree further comprises:
and calculating the intimacy of each stakeholder with the target enterprise according to the intimacy of each stakeholder.
The embodiment of the invention not only can calculate the intimacy between stakeholders of two adjacent levels, but also can calculate the intimacy between stakeholders of each level and a target enterprise. This can represent the degree of tightness between stakeholders and target enterprises at various levels.
In an embodiment, the calculating the affinity of each stakeholder to the target enterprise according to the affinity of each stakeholder includes:
taking the target stakeholder as the current stakeholder, and acquiring the intimacy of the current stakeholder and the stakeholder at the previous stage;
taking the stockholder of the previous stage as the current stockholder, and acquiring the affinity between the current stockholder and the stockholder of the previous stage;
and so on until the intimacy of the stakeholder of the target enterprise and the target enterprise is obtained;
multiplying the obtained share proportion of each stakeholder with the stakeholder at the previous stage to obtain the intimacy of the target stakeholder and the target enterprise.
In this embodiment, the affinities between stakeholders of adjacent levels are continuously obtained, and then the calculated affinities are multiplied to obtain the affinity between the target stakeholder and the target enterprise.
For example, taking the target enterprise in the example above as an example, it has two direct stakeholders: stakeholder a and stakeholder B, including two stakeholders: stakeholder A1 and A2, and two stakeholders are included in stakeholder B: stakeholder B1 and stakeholder B2. The affinity of the stockholder A with the target enterprise is 0.2, and the affinity of the stockholder B with the target enterprise is 0.8. The affinity of the stakeholder A1 to the stakeholder a is 0.3, and the affinity of the stakeholder A2 to the stakeholder a is 0.7. The affinity of stakeholder B1 to stakeholder B is 0.4 and the affinity of stakeholder B2 to stakeholder B is 0.6.
Then the affinity of the stockholder A1 to the target enterprise is 0.3×0.2=0.06, the affinity of the stockholder A2 to the target enterprise is 0.7×0.2=0.14, the affinity of the stockholder B1 to the target enterprise is 0.4×0.8=0.32, and the affinity of the stockholder B2 to the target enterprise is 0.6×0.8=0.48. From the above, the intimacy between the stakeholder B2 and the target enterprise is the greatest, and the relationship between the stakeholder B2 and the target enterprise is the closest.
In an embodiment, the method for deep searching of the enterprise equity relationship based on the tree further comprises:
if the intimacy of the target stockholder and the target enterprise is larger than the preset value, judging that the target stockholder is a high-intimacy stockholder, and highlighting the share right relationship between the high-intimacy stockholder and the target enterprise.
According to the method, the intimacy between the stakeholders and the target enterprises of each level can be calculated, the intimacy represents the tightness between the stakeholders and the target enterprises, if the intimacy is larger than a preset value, the corresponding stakeholders are indicated to be high-intimacy stakeholders, and therefore the stakeholders with high intimacy and the target enterprises can be highlighted.
In one embodiment, the preset value is 0.3.
Specifically, the preset value may be default by the system or may be customized by the user. In the embodiment of the present invention, the preset value is preferably 0.3, and as in the previous example, the stakeholder B1 and the stakeholder B2 are high-affinity stakeholders of the target enterprise.
In one embodiment, the highlighting the share right relationship between the high-affinity stockholder and the target enterprise includes:
highlighting the positions of all stakeholders between the high-affinity stakeholders and the target enterprise at the nodes of the tree;
and highlighting the connection between the nodes of the tree for all stakeholders between the high-affinity stakeholders and the target enterprise.
That is, the embodiment of the invention can highlight the stakeholders between the high-affinity stakeholders and the target enterprise at the nodes of the tree, and the connecting lines among the nodes are highlighted, so that the user can clearly see how the high-affinity stakeholders and the target enterprise have the equity relationship. Further, for the embodiment of the high-intimacy stockholder, the embodiment of the invention can perform thickening treatment on the connecting lines between the nodes, and also can perform coloring treatment on the connecting lines between the nodes, wherein thickening display is to thicken the connecting lines, and coloring display is to color the connecting lines. Of course, the thickening treatment can be performed on the connection line, and the coloring treatment can be performed on the connection line at the same time.
Highlighting the position of a node of the tree may specifically be by coloring the node, for example, by coloring green or red, etc. In addition, the colored object may be a text on the node or an area where the text on the node is located.
Since multiple layers of stakeholders may be required to control the stocktaking between a high-affinity stakeholder and a target enterprise, in actual situations, if a certain stakeholder is a high-affinity stakeholder, then all the layers above that stakeholder are high-affinity stakeholders.
In the embodiment of the invention, stakeholders of the target enterprise are likely to be scattered and have a large share ratio, so that in this case, there may be no case that the intimacy of the stakeholders with the target enterprise is greater than a preset value, that is, the target enterprise does not have a high intimacy stakeholder. Aiming at the situation, in order to facilitate the user to know that the target enterprise occupies more stakeholders, the embodiment of the invention can perform other processing.
In one embodiment, the method for deep searching of the enterprise equity relationship based on the tree comprises the following steps:
when the fact that the target enterprise does not have the high-affinity stakeholders is detected, acquiring a plurality of direct stakeholders with the largest share proportion of the target enterprise, wherein the share proportion of the acquired plurality of direct stakeholders satisfies the following conditions: the sum of the strand proportions is larger than the preset value and the sum of the strand proportions is minimum; and highlighting the corresponding ones of the direct stakeholders on the tree.
This has the advantage that it is convenient for the user to see several main direct stakeholders of the target enterprise, and the sum of the share ratios of these direct stakeholders is larger than the preset value, which is equivalent to the direct stakeholders being in fact high-affinity stakeholders of the target enterprise as a whole.
In one embodiment, the method for deep searching of the enterprise equity relationship based on the tree comprises the following steps:
displaying nodes of a predetermined number of levels of the tree;
and when a moving instruction of the tree is received, correspondingly displaying nodes of other stages of the tree.
That is, in the embodiment of the present invention, not all nodes of the tree are directly displayed, because if the number of the node series of the fruit tree is more, the content to be displayed is too much, and the nodes of each level extend in the same direction, the occupied layout is too much, and the content of each node cannot be cleared, so that the embodiment of the present invention can only display the node of the predetermined number of the tree, and the node content is conveniently displayed in a suitable size. When the user wishes to view a node that is not currently displayed, the tree may be moved and then nodes of other levels may be viewed on the current interface. Regardless of how the tree is moved, only nodes of a predetermined number of levels are viewed on the current interface.
In addition, when the nodes of the preset series of the tree are displayed, all the nodes of the series of the tree are also displayed through a thumbnail, and the details inside cannot be seen only if the size of the thumbnail is smaller. For ease of viewing and positioning by the user, a box may be displayed on the thumbnail at the location of the current interface throughout the tree. When a move instruction for the tree is received, the position of the box on the thumbnail is synchronously moved, so that the user can clearly know the relative position of the node of the currently displayed tree on the whole tree.
In one embodiment, the method for deep searching of the enterprise equity relationship based on the tree comprises the following steps:
and when receiving an instruction of moving the box by a user, synchronously moving the position of the tree under the current interface.
If the tree is overall longer, if the tree is simply moved to view nodes of different levels on the tree, the efficiency may be lower, so that the user can directly move the box, thereby achieving the purpose of quickly moving the tree, and the user can view nodes of other levels.
In one embodiment, the method for deep searching of the enterprise equity relationship based on the tree comprises the following steps:
and when receiving an enlargement instruction of the user on the thumbnail, directly enlarging the thumbnail and covering the tree displayed on the current interface.
That is, in the embodiment of the present invention, since the thumbnail is convenient to locate the nodes of the tree, after the thumbnail is located at the approximate position, the thumbnail can be directly enlarged, so that the node that the user wants to view is displayed, and at this time, the thumbnail can be enlarged to cover the tree displayed on the current interface (i.e. the tree displaying the nodes of the predetermined number of levels).
And when a user's instruction for shrinking the enlarged thumbnail is received, directly shrinking the enlarged thumbnail and restoring the enlarged thumbnail to an initial state, and simultaneously restoring the tree displayed on the current interface.
That is, the user may zoom out the enlarged thumbnail and restore the tree previously displayed on the current interface.
The zooming in and out may be performed by a double-click command, or may be performed by a gesture operation, for example, pulling apart the two fingers to zoom in and contracting the two fingers to zoom out.
Referring to fig. 2, fig. 2 is a schematic block diagram of a tree-based enterprise equity relationship deep search apparatus 200 according to an embodiment of the present invention, where the apparatus 200 may include:
a receiving unit 201, configured to receive an enterprise name of a target enterprise input by a user;
a first searching unit 202, configured to query all stakeholders of the target enterprise at a data provider according to the enterprise name, calculate an affinity of each stakeholder according to the share ratio of each queried stakeholder, and record a current stakeholder depth;
a second searching unit 203, configured to continuously query a next-level stakeholder of each stakeholder at the data provider, calculate an affinity of each stakeholder according to the share ratio of each queried stakeholder, and record a current stakeholder depth;
a third searching unit 204, configured to analogize until the bottommost stakeholder is queried, calculate the affinity of each stakeholder according to the share ratio of each queried stakeholder, and record the depth of the bottommost stakeholder;
and the output unit 205 is configured to display the stakeholders at each level of the queried target enterprise in a tree structure, and display the current stakeholder depth and the intimacy of the stakeholders at the nodes of the tree.
In an embodiment, the second search unit 203 includes:
the acquisition unit is used for acquiring the share proportion of each stockholder of the current level to the stockholder of the previous level;
and the distribution unit is used for taking the share ratio as the intimacy between the stockholder at the current stage and the stockholder at the previous stage.
In one embodiment, the device for deep searching of the enterprise equity relationship based on the tree further comprises:
and the target enterprise intimacy calculating unit is used for calculating the intimacy of each stakeholder with the target enterprise according to the intimacy of each stakeholder.
In an embodiment, the target enterprise affinity calculation unit includes:
an initial calculation unit, configured to take a target stakeholder as a current stakeholder, and obtain the intimacy between the current stakeholder and the stakeholder at the previous stage;
the adjacent calculation unit is used for taking the stockholder of the previous stage as the current stockholder and then acquiring the affinity between the current stockholder and the stockholder of the previous stage;
the circulation unit is used for analogizing until the intimacy of the stakeholder of the target enterprise and the target enterprise is obtained;
and the multiplying unit is used for multiplying the obtained share proportion of each stakeholder with the stakeholder at the previous stage to obtain the intimacy of the target stakeholder with the target enterprise.
In one embodiment, the device for deep searching of the enterprise equity relationship based on the tree further comprises:
and the highlighting unit is used for judging the target stakeholder to be a high-intimacy stakeholder if the intimacy between the target stakeholder and the target enterprise is larger than a preset value, and highlighting the stakeholder right relationship between the high-intimacy stakeholder and the target enterprise.
In one embodiment, the preset value is 0.3.
In an embodiment, the highlighting unit comprises:
the node highlighting unit is used for highlighting the positions of all stakeholders between the high-intimacy stakeholders and the target enterprise at the nodes of the tree;
and the connection line highlighting unit is used for highlighting the connection lines of all stakeholders between the high-intimacy stakeholders and the target enterprise among the nodes of the tree.
Since the embodiments of the apparatus portion and the embodiments of the method portion correspond to each other, the embodiments of the apparatus portion are referred to the description of the embodiments of the method portion, and are not repeated herein.
The present invention also provides a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, implements the method provided by the above embodiments. The storage medium may include: a U-disk, a removable hard disk, a Read-only memory (ROM), a random access memory (RandomAccess Memory, RAM), a magnetic disk, or an optical disk, or other various media capable of storing program codes.
The invention also provides a computer device, which can comprise a memory and a processor, wherein the memory stores a computer program, and the processor can realize the method provided by the embodiment when calling the computer program in the memory. Of course the computer device may also include various network interfaces, power supplies, and the like.
In the description, each embodiment is described in a progressive manner, and each embodiment is mainly described by the differences from other embodiments, so that the same similar parts among the embodiments are mutually referred. For the device disclosed in the embodiment, since it corresponds to the method disclosed in the embodiment, the description is relatively simple, and the relevant points refer to the description of the method section. It should be noted that it will be apparent to those skilled in the art that various modifications and adaptations of the invention can be made without departing from the principles of the invention and these modifications and adaptations are intended to be within the scope of the invention as defined in the following claims.
It should also be noted that in this specification, relational terms such as first and second, and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Moreover, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising one … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.

Claims (5)

1. The enterprise equity relation deep search method based on the tree is characterized by comprising the following steps:
receiving an enterprise name of a target enterprise input by a user;
inquiring all stakeholders of the target enterprise at a data provider according to the enterprise name, calculating the affinity of each stakeholder according to the share proportion of each inquired stakeholder, and recording the current stakeholder depth;
continuously inquiring the next-level stakeholders of each stakeholder at the data provider, calculating the affinity of each stakeholder according to the share proportion of each inquired stakeholder, and recording the current stakeholder depth;
and so on until the bottommost stakeholder is inquired, calculating the affinity of each stakeholder according to the share ratio of each inquired stakeholder, and recording the depth of the bottommost stakeholder;
displaying the stakeholders of each level of the inquired target enterprise in a tree structure, and displaying the current stakeholder depth and the intimacy of the stakeholders at the nodes of the tree;
the calculating the intimacy of each stakeholder according to the inquired share proportion of each stakeholder comprises the following steps:
the share proportion of each stockholder of the current stage to the stockholder of the previous stage is obtained;
taking the share proportion as the intimacy of the current-stage stakeholder and the stakeholder at the previous stage;
calculating the intimacy of each stakeholder with the target enterprise according to the intimacy of each stakeholder;
the calculating the intimacy of each stakeholder with the target enterprise according to the intimacy of each stakeholder comprises the following steps:
taking the target stakeholder as the current stakeholder, and acquiring the intimacy of the current stakeholder and the stakeholder at the previous stage;
taking the stockholder of the previous stage as the current stockholder, and acquiring the affinity between the current stockholder and the stockholder of the previous stage;
and so on until the intimacy of the stakeholder of the target enterprise and the target enterprise is obtained;
multiplying the obtained share proportion of each stakeholder with the stakeholder of the previous stage to obtain the intimacy of the target stakeholder and the target enterprise;
if the intimacy of the target stockholder and the target enterprise is larger than a preset value, judging that the target stockholder is a high-intimacy stockholder, and highlighting the share right relationship between the high-intimacy stockholder and the target enterprise;
displaying nodes of a preset level of the tree, displaying nodes of all levels of the tree through a thumbnail, displaying a box on the thumbnail, wherein the position of the box on the thumbnail is the position of the current interface on the whole tree, and correspondingly displaying nodes of other levels of the tree when a moving instruction of the tree is received; when an instruction of a user for moving the box is received, synchronously moving the position of the tree under the current interface; when an amplifying instruction of a user for the thumbnail is received, directly amplifying the thumbnail and covering a tree displayed on the current interface; when a user's instruction for shrinking the enlarged thumbnail is received, the enlarged thumbnail is directly shrunk and restored to an initial state, and simultaneously, the tree displayed on the current interface is restored;
when the fact that the target enterprise does not have the high-affinity stakeholders is detected, acquiring a plurality of direct stakeholders with the largest share proportion of the target enterprise, wherein the share proportion of the acquired plurality of direct stakeholders satisfies the following conditions: the sum of the strand proportions is larger than the preset value and the sum of the strand proportions is minimum; and highlighting a corresponding number of direct stakeholders on the tree;
the highlighting the share right relationship between the high-intimacy stakeholder and the target enterprise comprises the following steps:
highlighting the positions of all stakeholders between the high-affinity stakeholders and the target enterprise at the nodes of the tree;
and highlighting the connection between the nodes of the tree for all stakeholders between the high-affinity stakeholders and the target enterprise.
2. The tree-based deep search method of corporate rights relation according to claim 1, wherein the preset value is 0.3.
3. A tree-based enterprise equity relationship deep search apparatus, comprising:
the receiving unit is used for receiving the enterprise name of the target enterprise input by the user;
the first searching unit is used for inquiring all stakeholders of the target enterprise at the data provider according to the enterprise name, calculating the affinity of each stakeholder according to the share proportion of each inquired stakeholder, and recording the current stakeholder depth;
the second searching unit is used for continuously inquiring the next-level stakeholder of each stakeholder at the data provider, calculating the affinity of each stakeholder according to the share proportion of each inquired stakeholder, and recording the current stakeholder depth;
the third searching unit is used for analogizing until the bottommost stakeholder is inquired, calculating the affinity of each stakeholder according to the share proportion of each inquired stakeholder, and recording the depth of the bottommost stakeholder;
the output unit is used for displaying the stakeholders of each level of the inquired target enterprise in a tree structure, and displaying the current stakeholder depth and the intimacy of the stakeholders at the nodes of the tree;
the target enterprise intimacy calculating unit is used for calculating intimacy between each stakeholder and the target enterprise according to the intimacy of each stakeholder;
the first highlighting unit is used for judging the target stakeholder to be a high-intimacy stakeholder if the intimacy between the target stakeholder and the target enterprise is larger than a preset value, and highlighting the stakeholder right relationship between the high-intimacy stakeholder and the target enterprise;
a thumbnail display unit, configured to display nodes of a predetermined number of levels of the tree, and display nodes of all levels of the tree through a thumbnail, where a box is displayed on the thumbnail, and a position of the box on the thumbnail is a position of a current interface on the entire tree, and when a movement instruction for the tree is received, the nodes of other levels of the tree are correspondingly displayed; when an instruction of a user for moving the box is received, synchronously moving the position of the tree under the current interface; when an amplifying instruction of a user for the thumbnail is received, directly amplifying the thumbnail and covering a tree displayed on the current interface; when a user's instruction for shrinking the enlarged thumbnail is received, the enlarged thumbnail is directly shrunk and restored to an initial state, and simultaneously, the tree displayed on the current interface is restored;
the second highlighting unit is used for acquiring a plurality of direct stakeholders with the largest share proportion of the target enterprise when the target enterprise is detected to not have the high-affinity stakeholders, and the share proportion of the acquired plurality of direct stakeholders meets the following conditions: the sum of the strand proportions is larger than the preset value and the sum of the strand proportions is minimum; and highlighting corresponding ones of the direct stakeholders on the tree
The second search unit includes:
the acquisition unit is used for acquiring the share proportion of each stockholder of the current level to the stockholder of the previous level;
the gathering and distributing unit is used for taking the share proportion as the intimacy between the current-stage stakeholder and the former-stage stakeholder;
the target enterprise affinity calculation unit includes:
an initial calculation unit, configured to take a target stakeholder as a current stakeholder, and obtain the intimacy between the current stakeholder and the stakeholder at the previous stage;
the adjacent calculation unit is used for taking the stockholder of the previous stage as the current stockholder and then acquiring the affinity between the current stockholder and the stockholder of the previous stage;
the circulation unit is used for analogizing until the intimacy of the stakeholder of the target enterprise and the target enterprise is obtained;
the multiplying unit is used for multiplying the obtained share proportion of each stakeholder with the stakeholder at the previous stage to obtain the intimacy of the target stakeholder with the target enterprise;
the highlighting unit includes:
the node highlighting unit is used for highlighting the positions of all stakeholders between the high-intimacy stakeholders and the target enterprise at the nodes of the tree;
and the connection line highlighting unit is used for highlighting the connection lines of all stakeholders between the high-intimacy stakeholders and the target enterprise among the nodes of the tree.
4. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the tree-based enterprise equity relationship deep search method of any one of claims 1 to 2 when the computer program is executed.
5. A computer readable storage medium, characterized in that the computer readable storage medium has stored thereon a computer program which, when executed by a processor, implements the tree-based enterprise equity deep search method according to any of claims 1 to 2.
CN201911301421.7A 2019-12-17 2019-12-17 Deep searching method and device for enterprise equity relationship, computer equipment and storage medium Active CN111104568B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911301421.7A CN111104568B (en) 2019-12-17 2019-12-17 Deep searching method and device for enterprise equity relationship, computer equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911301421.7A CN111104568B (en) 2019-12-17 2019-12-17 Deep searching method and device for enterprise equity relationship, computer equipment and storage medium

Publications (2)

Publication Number Publication Date
CN111104568A CN111104568A (en) 2020-05-05
CN111104568B true CN111104568B (en) 2023-06-09

Family

ID=70422077

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911301421.7A Active CN111104568B (en) 2019-12-17 2019-12-17 Deep searching method and device for enterprise equity relationship, computer equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111104568B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113449128B (en) * 2021-06-29 2024-04-05 平安资产管理有限责任公司 Picture generation method and related device for displaying key equity structure
CN114201663B (en) * 2021-07-23 2022-09-02 北京恒通慧源大数据技术有限公司 Group customer mining method and device based on label propagation and electronic equipment

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109271426A (en) * 2018-10-10 2019-01-25 中科鼎富(北京)科技发展有限公司 Enterprise's association relationship analysis method, device and computer readable storage medium

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7380217B2 (en) * 2003-06-06 2008-05-27 Intellecspace Coropration Method of graphical presentation of relationships between individuals, business entities, and organizations
EP3577624A4 (en) * 2017-02-03 2020-10-14 The Dun & Bradstreet Corporation SYSTEM AND METHOD FOR GENERATING DIFFERENT RELATIONSHIPS BETWEEN DIFFERENT UNITS USING A GRAPH DATABASE
CN108664582B (en) * 2018-05-04 2021-06-18 企查查科技有限公司 Enterprise relation query method and device, computer equipment and storage medium
CN109389303B (en) * 2018-09-28 2021-06-18 企查查科技有限公司 Enterprise relation query method and device, computer equipment and storage medium

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109271426A (en) * 2018-10-10 2019-01-25 中科鼎富(北京)科技发展有限公司 Enterprise's association relationship analysis method, device and computer readable storage medium

Also Published As

Publication number Publication date
CN111104568A (en) 2020-05-05

Similar Documents

Publication Publication Date Title
US8677235B2 (en) Ranking visualization types based upon fitness for visualizing a data set
US9690831B2 (en) Computer-implemented system and method for visual search construction, document triage, and coverage tracking
KR100371513B1 (en) Method and apparatus of summerizing and browsing video sequences using fidelity values of key frame stored in its edge of key frame hierarchy
US9489400B1 (en) Interactive item filtering using images
Hadlak et al. In situ exploration of large dynamic networks
US20110064317A1 (en) Auto stacking of related images
CN109189991A (en) Repeat video frequency identifying method, device, terminal and computer readable storage medium
CN105005562A (en) Retrieval result display processing method and apparatus
KR20080107444A (en) Dynamic layout method of two-dimensional trees for editing graphical diagrams, permanent change preservation method, and computer program product
JP2009259284A (en) Method of querying structure of compressed data
CN111104568B (en) Deep searching method and device for enterprise equity relationship, computer equipment and storage medium
WO2008073505A1 (en) System and methods of image retrieval
CN111143402A (en) Extended model generation method, device and medium
CN107656979A (en) A kind of sequential object two-dimensional space display methods and system
CN104808995B (en) A kind of method and apparatus for across application collection application content
CN110969000A (en) Data merging processing method and device
CN106971004B (en) Search result providing method and device
CN107203418A (en) The method and device of resource is chosen according to system configuration
CN111080343B (en) House source searching method and system based on multiple users
JPH08305724A (en) Design support information document management device
CN112860725A (en) SQL automatic generation method and device, storage medium and electronic equipment
CN111046247B (en) Directed graph-based depth search method and device, computer equipment and storage medium
CN113867850A (en) Data processing method, device, equipment and storage medium
CN113641736B (en) Method and apparatus for demonstrating the source of session blocking
CN114115645B (en) Multi-level menu display method, device, computer equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant