Business detail display method and device, electronic equipment and readable storage medium

By constructing and sorting business field processing classes, a business detail processing chain is generated, which solves the problem of inaccurate business logic updates and achieves concise and accurate business detail display and user experience.

CN121764495APending Publication Date: 2026-03-31SHENZHEN YISHIHUOLALA TECH CO LTD
View PDF 0 Cites 0 Cited by

Patent Information

Authority / Receiving Office
CN · China
Patent Type
Applications(China)
Current Assignee / Owner
Filing Date
2025-12-22
Publication Date
2026-03-31

AI Technical Summary

Technical Problem

During business iteration, existing technology leads to inaccurate updates to business logic, affecting the efficiency and accuracy of displaying business details and making it difficult to achieve a concise and clear user experience.

Method used

Construct a business field processing class, generate a business detail processing chain based on the dependencies between business logics, generate a target business detail processing chain for different target objects, and execute the processing chain to output the target business details.

Benefits of technology

It enables efficient and accurate business iteration updates, ensuring the simplicity of business details display and user experience.

✦ Generated by Eureka AI based on patent content.

Smart Images

  • Figure CN121764495A_ABST
    Figure CN121764495A_ABST
Patent Text Reader

Abstract

The invention discloses a business detail display method and device, electronic equipment and a readable storage medium, and the method comprises the steps: constructing business field processing classes of a target business, and correspondingly processing one business logic by each business field processing class; sorting all the business field processing classes according to the dependency relationship among the business logics to obtain a business detail processing chain; when a business detail checking request sent by a target object is received, generating a target business detail processing chain corresponding to the target object according to the business detail checking request and the business detail processing chain; and executing the target service detail processing chain to obtain target service details of the target service for the target object and outputting the target service details. By applying the technical scheme provided by the invention, more efficient and accurate service iteration updating can be realized, so that more concise and accurate service detail display is realized, and the user experience is effectively ensured.
Need to check novelty before this filing date? Find Prior Art

Description

Technical Field

[0001] This application relates to the field of software development technology, and in particular to a method, apparatus, electronic device, and computer-readable storage medium for displaying business details. Background Technology

[0002] During business iteration, as actual business needs increase, new business logic and identifiers are constantly added. This requires technical personnel to continuously update and modify the business logic. However, this process may impact existing business logic, leading to inefficiency and inaccuracy in the iteration process. Consequently, it will be difficult to display clear and concise business details on the details page, failing to effectively guarantee a good user experience.

[0003] Therefore, how to achieve more efficient and accurate business iteration updates, and thus more concise and accurate display of business details, while ensuring user experience, is a problem that urgently needs to be solved by those skilled in the art. Summary of the Invention

[0004] The purpose of this application is to provide a method for displaying business details, which can achieve more efficient and accurate business iteration updates, thereby achieving a more concise and accurate display of business details and effectively ensuring user experience. Another purpose of this application is to provide a business details display device, electronic device, and computer-readable storage medium, all of which have the above-mentioned beneficial effects.

[0005] Firstly, this application discloses a method for displaying business details, including:

[0006] Construct business field processing classes for the target business, with each business field processing class corresponding to a business logic;

[0007] Based on the dependencies between the various business logics, all the business field processing classes are sorted to obtain the business detail processing chain;

[0008] When a business details viewing request is received from a target object, a target business details processing chain corresponding to the target object is generated based on the business details viewing request and the business details processing chain.

[0009] Execute the target business details processing chain to obtain and output the target business details for the target object.

[0010] Optionally, construct a business field processing class for the target business, including:

[0011] Determine the total business details of the target service;

[0012] For each individual returned field in the total business details, construct the business field processing class as the business field processing class for the target business.

[0013] Optionally, all the business field processing classes are sorted according to the dependencies between the various business logics to obtain a business detail processing chain, including:

[0014] Based on the dependencies between the various business logics, each of the business field processing classes is saved to a static linked list to obtain the business detail processing chain.

[0015] Optionally, generating a target business details processing chain corresponding to the target object based on the business details viewing request and the business details processing chain includes:

[0016] Determine the business details display requirements of the target object based on the business details viewing request;

[0017] Based on the business details display requirements, the working status of each business field processing class in the business details processing chain is set; the working status includes disabled status and open status.

[0018] The target business details processing chain is generated based on the business field processing class that is in the open state in the business details processing chain.

[0019] Optionally, the target service details processing chain is executed to obtain and output the target service details for the target object, including:

[0020] Execute each of the business field processing classes in the target business details processing chain to obtain the execution results of each of the business field processing classes;

[0021] All execution results are saved to the global context object corresponding to the target business for summary processing to obtain the summary processing result;

[0022] The summarized processing results are used as the target business details for the target object and output.

[0023] Optionally, the target service details processing chain is executed to obtain and output the target service details for the target object, including:

[0024] Determine the business details display requirements of the target object based on the business details viewing request;

[0025] Based on the business details display requirements, the target business details processing chain is divided into at least two target business details sub-processing chains; each target business details sub-processing chain includes at least one business field processing class that is in the open state;

[0026] Each of the target business detail sub-processing chains is executed in parallel to obtain the execution results of each sub-processing chain;

[0027] Based on the execution results of each sub-processing chain, generate and output the target service details for the target object.

[0028] Optionally, the method for displaying business details further includes:

[0029] Receive the service update information of the target service;

[0030] The business details chain is updated based on the business update information;

[0031] The update processing of the business details chain includes one or more combinations of business field processing class deletion processing, business field processing class addition processing, business field processing class modification processing, and business field processing class reordering processing.

[0032] Secondly, this application discloses a business details display device, comprising:

[0033] The construction module is used to build business field processing classes for the target business, and each business field processing class corresponds to processing one business logic.

[0034] The sorting module is used to sort all the business field processing classes according to the dependencies between the business logics to obtain the business detail processing chain;

[0035] The generation module is used to generate a target business details processing chain corresponding to the target object based on the business details viewing request and the business details processing chain when a business details viewing request is received from the target object.

[0036] The execution module is used to execute the target business details processing chain, obtain the target business details of the target business for the target object, and output them.

[0037] Thirdly, this application discloses an electronic device, including:

[0038] Memory, used to store computer programs;

[0039] A processor, configured to execute the computer program to implement any of the business details display methods described above.

[0040] Fourthly, this application discloses a computer-readable storage medium storing a computer program, which, when executed by a processor, implements the steps of any of the business details display methods described above.

[0041] This application provides a method for displaying business details, comprising: constructing business field processing classes for a target business, each of the business field processing classes corresponding to a business logic; sorting all the business field processing classes according to the dependency relationship between the business logics to obtain a business details processing chain; when a business details viewing request is received from a target object, generating a target business details processing chain corresponding to the target object according to the business details viewing request and the business details processing chain; executing the target business details processing chain to obtain and output the target business details of the target business for the target object.

[0042] By applying the technical solution provided in this application, a business field processing class is constructed for each business logic in the business iteration process to implement the execution of the corresponding business logic. Then, the business field processing classes are sorted according to the actual business needs and the relationships between business logics to obtain a complete business detail processing chain. Obviously, this business detail processing chain contains all the business logic within the current target business. When facing business logic updates, the target business can be iterated and updated by processing (adding, deleting, modifying, etc.) the business field processing classes in the business detail processing chain, ensuring the accuracy and efficiency of business iteration updates. On this basis, for different target objects, a target business detail processing chain can be generated based on the complete business detail processing chain according to their actual business detail viewing needs. Thus, by executing the target business detail processing chain, the target business details for the target object can be output, achieving a more concise and accurate business detail display and effectively ensuring user experience.

[0043] The business details display device, electronic device, and computer-readable storage medium provided in this application also have the above-mentioned technical effects, and will not be described in detail here. Attached Figure Description

[0044] To more clearly illustrate the technical solutions in the prior art and the embodiments of this application, the accompanying drawings used in the description of the prior art and the embodiments of this application will be briefly introduced below. Of course, the accompanying drawings described below with respect to the embodiments of this application are only a part of the embodiments in this application. For those skilled in the art, other drawings can be obtained based on the provided drawings without creative effort, and such other drawings also fall within the protection scope of this application.

[0045] Figure 1A flowchart illustrating a method for displaying business details provided in an embodiment of this application;

[0046] Figure 2 This is a schematic diagram of the structure of a business details display device provided in an embodiment of this application;

[0047] Figure 3 This is a schematic diagram of the structure of an electronic device provided in an embodiment of this application. Detailed Implementation

[0048] The core of this application is to provide a method for displaying business details, which can achieve more efficient and accurate business iteration updates, thereby achieving a more concise and accurate display of business details and effectively ensuring user experience. Another core aspect of this application is to provide a business details display device, electronic device, and computer-readable storage medium, all of which have the aforementioned beneficial effects.

[0049] To provide a clearer and more complete description of the technical solutions in the embodiments of this application, the technical solutions in the embodiments of this application will be described below with reference to the accompanying drawings. Obviously, the described embodiments are only a part of the embodiments of this application, and not all of them. All other embodiments obtained by those skilled in the art based on the embodiments of this application without creative effort are within the scope of protection of this application.

[0050] This application provides a method for displaying business details.

[0051] Please refer to Figure 1 , Figure 1 This is a flowchart illustrating a method for displaying business details provided in an embodiment of this application. This method may include, but is not limited to, the following steps S101-S104. In one possible implementation, the method for displaying business details can be implemented based on the Spring framework or the Spring Boot framework.

[0052] S101: Construct business field processing classes for the target business, with each business field processing class corresponding to a business logic.

[0053] This step aims to construct corresponding business field processing classes for each business logic within the target business. The target business refers to the business that currently requires displaying business details; its business type does not affect the implementation of this technical solution. For example, an order business can display order details. Furthermore, there is a one-to-one correspondence between business logic and business field processing classes, with each class handling one specific business logic. In one possible implementation, the business field processing classes can be placed in a class collection, such as the AbstractAppOrderDetailBuilderChain in the Spring framework / SpringBoot framework.

[0054] In one embodiment of this application, constructing a business field processing class for a target business may include: determining the total business details of the target business; and constructing a business field processing class for each individual returned field in the total business details, as the business field processing class for the target business.

[0055] Specifically, the business field processing class can be implemented based on each individual returned field in the overall business details. Each individual returned field corresponds to a business logic, and all individual returned fields constitute the overall business details containing all business logic. Based on this, by constructing a corresponding business field processing class for each individual returned field in the overall business details of the target business, the construction of the business field processing class corresponding to the target business can be achieved.

[0056] S102: Sort all business field processing classes according to the dependencies between various business logics to obtain the business detail processing chain.

[0057] This step aims to generate the business detail processing chain. Specifically, by sorting all the business field processing classes built in S101 according to the dependencies between various business logics within the target business, the business detail processing chain for the target business can be generated. Of course, to ensure accuracy, the dependencies between business logics and the actual business requirements of the target business can also be used to sort the business field processing classes. It can be understood that the order of the business field processing classes in the business detail processing chain represents the execution order of the various business logics in the target business; executing this business detail processing chain achieves the complete execution of the target business. It is conceivable that the business detail processing chain contains all the business logic in the target business. When facing business logic updates, iterative updates of the target business can be achieved by processing (adding, deleting, modifying, etc.) the business field processing classes within the business detail processing chain, effectively ensuring the accuracy and efficiency of business iteration updates.

[0058] In one embodiment of this application, sorting all business field processing classes according to the dependencies between various business logics to obtain a business detail processing chain may include: saving each business field processing class to a static linked list one by one according to the dependencies between various business logics to obtain a business detail processing chain.

[0059] This application provides a method for sorting business field processing classes. Specifically, by referring to the dependencies between various business logics, each business field processing class is saved to a static linked list one by one. When all business field processing classes are written to the static linked list, the sorting of business field processing classes is completed, which also completes the generation of the business detail processing chain.

[0060] S103: When a business details viewing request is received from the target object, a target business details processing chain corresponding to the target object is generated based on the business details viewing request and the business details processing chain.

[0061] This step aims to generate the target business detail processing chain for different target objects (users). It's understandable that different target objects may have different business detail viewing needs during the business detail display process. For example, taking order business as an example, the needs of the demand side (buyer) and the supply side (seller) for viewing order business are not the same. The former needs to focus on logistics details, while the latter needs to focus on return and exchange details, etc. Logistics and returns / exchanges belong to different business logics and correspond to different business field processing classes. Therefore, for different target objects, based on their actual business detail viewing needs (obtained by parsing the business detail viewing requests sent by the target object), the target business detail processing chain corresponding to that target object can be obtained based on the complete business detail processing chain. For example, a target business includes business field processing classes A, B, C, D, and E, which correspond to five business logics respectively. A business detail processing chain "A→B→C→D→E" can be generated. If the business detail viewing requirement of target object "A" is A, B, and E, then its corresponding target business detail processing chain "A→B→E" can be generated. If the business detail viewing requirement of target object "B" is A, B, and C, then its corresponding target business detail processing chain "A→B→C" can be generated.

[0062] In one embodiment of this application, generating a target business details processing chain corresponding to a target object based on a business details viewing request and a business details processing chain may include: determining the business details display requirements of the target object based on the business details viewing request; setting the working status of each business field processing class in the business details processing chain according to the business details display requirements; the working status includes a disabled state and an open state; and generating the target business details processing chain corresponding to the target object based on the business field processing classes in the open state in the business details processing chain.

[0063] The requirement for displaying business details, also known as the requirement for viewing business details, can be obtained by parsing the business details viewing request. Furthermore, the generation process of the target business details processing chain can be achieved by setting the working state of each business logic in the business details processing chain, referring to the business details display requirement of the target object. This working state is divided into disabled and open states. Therefore, the processing classes of each business field in the open state in the business details processing chain can generate the target business details processing chain corresponding to the target object. Taking the target object "A" as an example, A, B, and E can be set to open states, and C and D to disabled states; taking the target object "B" as an example, A, B, and C can be set to open states, and D and E to disabled states.

[0064] S104: Execute the target business details processing chain, obtain the target business details for the target object, and output them.

[0065] This step aims to execute the target business detail processing chain for the target object, thereby outputting the target business details corresponding to that target object. It can be understood that executing the target business detail processing chain means executing the processing classes for each business field within the chain, which in turn executes the business logic corresponding to each business field processing class. Accordingly, the execution results of each business logic class generate the target business details for the target object.

[0066] In one embodiment of this application, executing the target business details processing chain to obtain and output the target business details of the target business for the target object includes: executing each business field processing class in the target business details processing chain to obtain the execution result of each business field processing class; saving all execution results to the global context object corresponding to the target business for summary processing to obtain a summary processing result; and outputting the summary processing result as the target business details of the target business for the target object.

[0067] As mentioned above, the target business details of the target object can be generated based on the execution results of the processing classes of each business field in the target business details processing chain. Specifically, this process can be achieved by summarizing and analyzing the execution results of each business field processing class through the global context object (context) corresponding to the target business.

[0068] In one embodiment of this application, executing the target business details processing chain to obtain and output the target business details of the target business for the target object may include: determining the business details display requirements of the target object based on the business details viewing request; dividing the target business details processing chain according to the business details display requirements to obtain at least two target business details sub-processing chains; each target business details sub-processing chain includes at least one business field processing class in an open state; executing each target business details sub-processing chain in parallel to obtain the execution results of each sub-processing chain; and generating and outputting the target business details of the target business for the target object based on the execution results of each sub-processing chain.

[0069] This application provides an execution method for a target business detail processing chain, aiming to improve overall work efficiency. It is understood that the target business detail processing chain generally contains multiple business field processing classes. Based on this, the target business detail processing chain can be divided according to the business detail display requirements of the target object, resulting in at least two unrelated target business detail sub-processing chains that do not affect each other. These at least two target business detail sub-processing chains can then be executed in parallel, effectively improving the execution efficiency of the target business detail processing chain. Based on this, the execution results of each target business detail sub-processing chain can be combined to form the execution result of the target business detail processing chain, thereby obtaining the target business details of the target object.

[0070] Furthermore, the method for displaying business details may also include: receiving business update information of the target business; updating the business details chain according to the business update information; wherein, the update processing of the business details chain includes one or more combinations of business field processing class deletion processing, business field processing class addition processing, business field processing class modification processing, and business field processing class reordering processing.

[0071] As mentioned above, the business details processing chain encompasses all business logic within the target business. When faced with business logic updates, iterative updates to the target business can be achieved through processing business field handling classes (add, delete, modify, etc.) within the business details processing chain, effectively ensuring the accuracy and efficiency of business iteration updates. Furthermore, the update processing of the business details chain can include, but is not limited to, business field handling class deletion, business field handling class addition, business field handling class modification, and business field handling class reordering.

[0072] As can be seen, the business details display method provided in this application constructs a business field processing class for each business logic in the business iteration process to implement the execution of the corresponding business logic. Then, based on the actual business needs and the relationship between business logics, the business field processing classes are sorted to obtain a complete business details processing chain. Obviously, this business details processing chain contains all the business logic within the current target business. When facing business logic updates, the target business can be iterated and updated by processing (adding, deleting, modifying, etc.) the business field processing classes in the business details processing chain, ensuring the accuracy and efficiency of business iteration updates. On this basis, for different target objects, a target business details processing chain can be generated based on the complete business details processing chain according to their actual business details viewing needs. Thus, by executing the target business details processing chain, the target business can output the target business details for the target object, achieving a more concise and accurate business details display and effectively ensuring user experience.

[0073] This application provides a business details display device.

[0074] Please refer to Figure 2 , Figure 2 This is a schematic diagram of a business details display device provided in an embodiment of this application. The business details display device may include:

[0075] Module 1 is used to build business field processing classes for the target business, and each business field processing class corresponds to processing one business logic.

[0076] Sorting module 2 is used to sort all business field processing classes according to the dependencies between various business logics to obtain the business detail processing chain;

[0077] Generation module 3 is used to generate the target business details processing chain corresponding to the target object based on the business details viewing request and the business details processing chain when a business details viewing request is received from the target object.

[0078] Execution module 4 is used to execute the target business details processing chain, obtain the target business details for the target object, and output them.

[0079] As can be seen, the business details display device provided in this application constructs a business field processing class for each business logic in the business iteration process to implement the execution of the corresponding business logic. Then, it sorts the various business field processing classes according to the actual business needs and the relationship between business logics to obtain a complete business details processing chain. Obviously, this business details processing chain contains all the business logic within the current target business. When facing business logic updates, the target business can be iterated and updated by processing (adding, deleting, modifying, etc.) the business field processing classes in the business details processing chain, ensuring the accuracy and efficiency of business iteration updates. On this basis, for different target objects, a target business details processing chain corresponding to the target object can be generated based on the complete business details processing chain according to its actual business details viewing needs. Thus, by executing the target business details processing chain, the target business can output the target business details for the target object, achieving a more concise and accurate business details display and effectively ensuring the user experience.

[0080] In one embodiment of this application, the aforementioned construction module 1 may be specifically used to determine the total business details of the target business; and to construct a business field processing class for each individual returned field in the total business details, as the business field processing class of the target business.

[0081] In one embodiment of this application, the sorting module 2 can be specifically used to save each business field processing class to a static linked list one by one according to the dependency relationship between each business logic, so as to obtain the business detail processing chain.

[0082] In one embodiment of this application, the generation module 3 described above can be specifically used to determine the business details display requirements of the target object based on the business details viewing request; set the working status of each business field processing class in the business details processing chain according to the business details display requirements; the working status includes a disabled state and an open state; and generate the target business details processing chain corresponding to the target object based on the business field processing classes in the open state in the business details processing chain.

[0083] In one embodiment of this application, the execution module 4 can be specifically used to execute each business field processing class in the target business details processing chain, obtain the execution result of each business field processing class; save all execution results to the global context object corresponding to the target business for summary processing, obtain summary processing result; and output the summary processing result as the target business details of the target business for the target object.

[0084] In one embodiment of this application, the execution module 4 can be specifically used to determine the business details display requirements of the target object based on the business details viewing request; divide the target business details processing chain according to the business details display requirements to obtain at least two target business details sub-processing chains; each target business details sub-processing chain includes at least one business field processing class in an open state; execute each target business details sub-processing chain in parallel to obtain the execution results of each sub-processing chain; generate and output the target business details of the target business for the target object based on the execution results of each sub-processing chain.

[0085] In one embodiment of this application, the service details display device may further include an update module for receiving service update information of the target service and updating the service details chain according to the service update information; wherein the update processing of the service details chain includes one or more combinations of service field processing class deletion processing, service field processing class addition processing, service field processing class modification processing, and service field processing class reordering processing.

[0086] For a description of the apparatus provided in the embodiments of this application, please refer to the above method embodiments; further details will not be repeated here.

[0087] This application provides an electronic device.

[0088] Please refer to Figure 3 , Figure 3 This application provides a schematic diagram of the structure of an electronic device, which may include:

[0089] Memory 11 is used to store computer programs;

[0090] The processor 10 is used to execute computer programs to implement the steps of any of the above-described methods for displaying business details.

[0091] like Figure 3 The diagram shows the structural composition of an electronic device, which may include a processor 10, a memory 11, a communication interface 12, and a communication bus 13. The processor 10, memory 11, and communication interface 12 all communicate with each other through the communication bus 13.

[0092] In this embodiment, the processor 10 may be a central processing unit (CPU), an application-specific integrated circuit, a digital signal processor, a field-programmable gate array, or other programmable logic devices.

[0093] The processor 10 can call the program stored in the memory 11. Specifically, the processor 10 can execute the operations in the embodiment of the business details display method.

[0094] The memory 11 is used to store one or more programs. The programs may include program code, which includes computer operation instructions. In this embodiment, the memory 11 stores at least a program for implementing the following functions:

[0095] Construct business field processing classes for the target business, with each business field processing class corresponding to a business logic; sort all business field processing classes according to the dependencies between the business logics to obtain a business detail processing chain; when a business detail viewing request is received from the target object, generate the target business detail processing chain corresponding to the target object based on the business detail viewing request and the business detail processing chain; execute the target business detail processing chain to obtain and output the target business details of the target object.

[0096] In one possible implementation, the memory 11 may include a program storage area and a data storage area, wherein the program storage area may store the operating system and applications required for at least one function; and the data storage area may store data created during use.

[0097] In addition, memory 11 may include high-speed random access memory, and may also include non-volatile memory, such as at least one disk storage device or other volatile solid-state storage device.

[0098] Communication interface 12 can be an interface for the communication module, used to connect with other devices or systems.

[0099] Of course, it should be noted that, Figure 3 The structure shown does not constitute a limitation on the electronic device in the embodiments of this application. In practical applications, the electronic device may include more than Figure 3 More or fewer components as shown, or combinations of certain components.

[0100] This application provides a computer-readable storage medium.

[0101] The computer-readable storage medium provided in this application embodiment stores a computer program, which, when executed by a processor, can implement the steps of any of the above-described business details display methods.

[0102] The computer-readable storage medium may include various media capable of storing program code, such as USB flash drives, portable hard drives, read-only memory (ROM), random access memory (RAM), magnetic disks, or optical disks.

[0103] For a description of the computer-readable storage medium provided in this application, please refer to the above method embodiments; further details will not be repeated here.

[0104] The various embodiments in this specification are described in a progressive manner, with each embodiment focusing on its differences from other embodiments. Similar or identical parts between embodiments can be referred to interchangeably. For the apparatus disclosed in the embodiments, since it corresponds to the method disclosed in the embodiments, the description is relatively simple; relevant parts can be referred to the method section.

[0105] Those skilled in the art will further recognize that the units and algorithm steps of the various examples described in conjunction with the embodiments disclosed herein can be implemented in electronic hardware, computer software, or a combination of both. To clearly illustrate the interchangeability of hardware and software, the components and steps of the various examples have been generally described in terms of functionality in the foregoing description. Whether these functions are implemented in hardware or software depends on the specific application and design constraints of the technical solution. Those skilled in the art can use different methods to implement the described functions for each specific application, but such implementation should not be considered beyond the scope of this application.

[0106] The steps of the methods or algorithms described in conjunction with the embodiments disclosed herein can be implemented directly by hardware, a software module executed by a processor, or a combination of both. The software module can be located in random access memory (RAM), main memory, read-only memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, removable disk, CD-ROM, or any other form of storage medium known in the art.

[0107] The technical solutions provided in this application have been described in detail above. Specific examples have been used to illustrate the principles and implementation methods of this application. The descriptions of the embodiments above are only for the purpose of helping to understand the methods and core ideas of this application. It should be noted that those skilled in the art can make several improvements and modifications to this application without departing from the principles of this application, and these improvements and modifications also fall within the protection scope of this application.

Claims

1. A method of presenting service details, characterized by, The method comprises the following steps: constructing a business field processing class of a target business, each of the business field processing classes corresponding to processing a business logic; sorting all the business field processing classes according to the dependency relationship between each of the business logics to obtain a business detail processing chain; when receiving a business detail viewing request sent by a target object, generating a target business detail processing chain corresponding to the target object according to the business detail viewing request and the business detail processing chain; executing the target business detail processing chain to obtain target business details of the target business for the target object and outputting the target business details.

2. The service detail presentation method of claim 1, wherein, The method of constructing a business field processing class of a target business comprises the following steps: determining total business details of the target business; constructing the business field processing class for each single return field in the total business details as the business field processing class of the target business.

3. The service detail presentation method of claim 1, wherein, The method of sorting all the business field processing classes according to the dependency relationship between each of the business logics to obtain a business detail processing chain comprises the following steps: saving each of the business field processing classes into a static linked list according to the dependency relationship between each of the business logics to obtain the business detail processing chain.

4. The service detail presentation method of claim 1, wherein, The method of generating a target business detail processing chain corresponding to the target object according to the business detail viewing request and the business detail processing chain comprises the following steps: determining a business detail display requirement of the target object according to the business detail viewing request; setting a working state of each of the business field processing classes in the business detail processing chain according to the business detail display requirement; the working state comprises a disabled state and an open state; generating the target business detail processing chain corresponding to the target object according to the business field processing classes in the open state in the business detail processing chain.

5. The service detail presentation method of claim 1, wherein, The method of executing the target business detail processing chain to obtain target business details of the target business for the target object and outputting the target business details comprises the following steps: executing each of the business field processing classes in the target business detail processing chain to obtain an execution result of each of the business field processing classes; saving all the execution results into a global context object corresponding to the target business to obtain a summary processing result; outputting the summary processing result as the target business details of the target business for the target object.

6. The service detail presentation method of claim 1, wherein, The method of executing the target business detail processing chain to obtain target business details of the target business for the target object and outputting the target business details comprises the following steps: determining a business detail display requirement of the target object according to the business detail viewing request; dividing the target business detail processing chain according to the business detail display requirement to obtain at least two target business detail sub-processing chains; each of the target business detail sub-processing chains comprises at least one business field processing class in the open state; parallelly executing each of the target business detail sub-processing chains to obtain a sub-processing chain execution result; generating the target business details of the target business for the target object according to each of the sub-processing chain execution results and outputting the target business details.

7. The service detail presentation method of claim 1, wherein, The method further comprises the following steps: receiving business update information of the target business; updating the business detail chain according to the business update information. The updating of the service detail chain includes one or more of the following: deletion of a service field processing class, addition of a service field processing class, modification of a service field processing class, and reordering of a service field processing class.

8. A service detail presentation apparatus characterized by comprising: The method comprises the following steps: A construction module is configured to construct service field processing classes of a target service, each of the service field processing classes corresponding to a service logic; An ordering module is configured to order all the service field processing classes according to a dependency relationship between the service logics, to obtain a service detail processing chain; A generation module is configured to generate a target service detail processing chain corresponding to a target object when a service detail viewing request sent by the target object is received; An execution module is configured to execute the target service detail processing chain, to obtain target service details of the target service for the target object, and to output the target service details.

9. An electronic device, comprising: The method comprises the following steps: A memory is configured to store a computer program; A processor is configured to execute the computer program to implement the steps of the service detail display method according to any one of claims 1 to 7.

10. A computer-readable storage medium, characterized in that, A computer program is stored on the computer readable storage medium, and the computer program is executed by the processor to implement the steps of the service detail display method according to any one of claims 1 to 7.