CN111061785B - Method and system for classified storage of orders in management platform - Google Patents

Method and system for classified storage of orders in management platform Download PDF

Info

Publication number
CN111061785B
CN111061785B CN201911014250.XA CN201911014250A CN111061785B CN 111061785 B CN111061785 B CN 111061785B CN 201911014250 A CN201911014250 A CN 201911014250A CN 111061785 B CN111061785 B CN 111061785B
Authority
CN
China
Prior art keywords
service
order
attribute
module
orders
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
CN201911014250.XA
Other languages
Chinese (zh)
Other versions
CN111061785A (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 Cloud Community Information Technology Co ltd
Original Assignee
Shenzhen Cloud Community Information Technology 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 Cloud Community Information Technology Co ltd filed Critical Shenzhen Cloud Community Information Technology Co ltd
Priority to CN201911014250.XA priority Critical patent/CN111061785B/en
Publication of CN111061785A publication Critical patent/CN111061785A/en
Application granted granted Critical
Publication of CN111061785B publication Critical patent/CN111061785B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/28Databases characterised by their database models, e.g. relational or object models
    • G06F16/284Relational databases
    • G06F16/285Clustering or classification

Abstract

The invention belongs to the technical field of platform management, and discloses a method and a system for classified storage of orders in a management platform, wherein the method comprises the following steps: acquiring a service order in the front-end service system; expanding the customized attribute of the business order; adding the type identifier and the public attribute corresponding to the front-end service system into the service order to form packed data; storing the packed data into a back-end server of the management platform in a classified manner based on type identification; in conclusion, the service orders form a structural form of 'type identification' + 'public attribute' + 'customized attribute', and the service orders are classified and stored in the construction of the back-end server based on the type identification, so that convenience in searching the service orders is guaranteed, repeated construction of a plurality of storage systems is avoided, and redundant general data and repeated general processes in service order storage are effectively reduced.

Description

Method and system for classified storage of orders in management platform
Technical Field
The invention belongs to the technical field of intelligent park platform management, and particularly relates to a method and a system for classified storage of orders in a management platform.
Background
In the management of intelligent campus platforms, there are business orders of various attributes, such as: the method comprises the following steps that (1) random shooting (specifically shooting of illegal phenomena of parks) performed in parks, meeting room reservation, property repair, emergency duty declaration and the like are submitted in a management platform based on corresponding orders; in the conventional management platform, the data of the various service orders are stored in each independent service system in a scattered manner (for example, the service repair order data is independently stored in the property repair system), and the storage mode is limited to the following maximum: corresponding business order storage systems need to be built in each independent business system, and a plurality of business order storage systems have more general data or general flows, so that redundancy of a large amount of general data and repetition of the general flows are caused.
In the subsequent upgrade after the management is flat, if one or more service orders need to be added and modified, system codes related to the service orders need to be searched in all service systems and are gradually modified, and the workload is large.
Disclosure of Invention
In view of this, the present invention provides a method and a system for storing orders in a management platform in a classified manner, so as to implement unified storage of business orders, reduce redundant general data and repeated general processes in the management platform, and also implement maintenance and upgrade of business orders quickly.
In order to achieve the purpose, the invention provides the following technical scheme:
a classified storage method for orders in a management platform comprises the following steps:
s1, acquiring a service order in a front-end service system of the management platform;
s2, adding a type identifier and a public attribute corresponding to the front-end service system into the service order to form packed data;
and S3, storing the packed data into a rear-end server of the management platform in a classified manner based on type identification.
Preferably, the method further includes defining a type identifier and a public attribute corresponding to the front-end service system: the type identification is divided and defined based on a plate of a service business set in the intelligent park; the public attribute is divided and defined based on the service attribute of the front-end service system; specifically, the type identifier is an upper label of the public attribute, and the public attribute is an upper label of the customized attribute.
Preferably, before adding the type identifier and the public attribute corresponding to the front-end service system, the method further comprises expanding the customized attribute of the service order; specifically, the customized attribute of the service order is obtained based on a database of the management platform, and the database stores an extension field corresponding to specific service data, and the specific steps are as follows:
s1, identifying specific service data in the service order;
s2, acquiring an extension field corresponding to the specific service data;
and S3, combining the obtained expansion fields to form the customized attribute of the business order.
Preferably, the method further comprises the step of maintaining and upgrading the stored business orders:
s1, searching a target service order based on a type identifier, a public attribute or a customized attribute;
s2, acquiring a general code of the target service order;
and S3, modifying the general codes and applying the general codes to all target business orders.
A classified storage system of orders in a management platform comprises a database, a back-end server and a terminal for realizing interaction among the database, the back-end server and a front-end service system; the database is used for storing an extension field corresponding to specific service data in a service order of the front-end service system.
Preferably, the terminal includes:
the acquisition module is used for acquiring a service order in the front-end service system and an extension field in a database;
the identification module is used for identifying specific service data in the service order;
the combination module is used for combining the extended fields corresponding to the specific service data acquired from the database to form customized attributes;
the packaging module is used for packaging the acquired service order, the type identifier and the public attribute corresponding to the front-end service system;
and the transmission module is used for transmitting the packed data to the back-end server.
Preferably, the packaging module includes an identifier obtaining unit, configured to obtain a type identifier and a public attribute corresponding to the front-end service system; the identification adding unit is used for adding the acquired type identification and the acquired public attribute into the service order;
preferably, the backend server includes:
the receiving module is used for receiving the packed data sent by the transmission module;
the identification extraction module is used for extracting the type identification in the packed data;
a storage module; and storing the packed data in a classified mode based on the extracted type identification.
Compared with the prior art, the invention has the following beneficial effects:
the method defines the specific service data in the service order as the customized attribute, integrates the type identifier and the public attribute into the service order, enables the service order to form a structural form of 'type identifier' + 'public attribute' + 'customized attribute', and classifies and stores the service order in the construction of a back-end server based on the type identifier, thereby ensuring the convenience of searching the service order, avoiding repeatedly constructing a plurality of storage systems, and effectively reducing redundant general data and repeated general processes in the storage of the service order.
In addition, based on the formation of the business order structure, the business order has higher flexibility in modification, and the gradual searching and modification of a plurality of business system front-end codes are not needed, so that the workload of later-stage upgrading of the business order is greatly reduced.
Drawings
FIG. 1 is a block diagram of a classified storage system according to the present invention;
FIG. 2 is a general flow diagram of the present invention sorting storage system;
FIG. 3 is a detailed flow diagram of the classification storage system of the present invention; (ii) a
FIG. 4 is a flow chart illustrating the modification of the sorted order according to the present invention;
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Example 1
As shown in fig. 1, the present embodiment provides a classified storage system for orders in a management platform, which includes a database 10, a back-end server 20, and a terminal 30 for implementing interaction between the database 10, the back-end server 20, and a front-end service system;
the database 10 stores extension fields corresponding to specific service data in a service order of the front-end service system;
the terminal 30 comprises an acquisition module 31, an identification module 32, a combination module 33, a packaging module 34 and a transmission module 35; an obtaining module 31, configured to obtain a service order in a front-end service system and an extension field in a database; an identification module 32, configured to identify specific service data in a service order; the packaging module 34 is configured to package the obtained service order, and the type identifier and the public attribute corresponding to the front-end service system, and further, the packaging module 34 includes an identifier obtaining unit configured to obtain the type identifier and the public attribute corresponding to the front-end service system; the identification adding unit is used for adding the acquired type identification and the public attribute into the service order; the combination module 33 is used for combining the extended fields corresponding to the specific service data acquired from the database to form customized attributes; and the transmission module 35 is configured to transmit the packed data to the backend server.
In this embodiment, the back-end server 20 includes a receiving module 21, an identifier extracting module 22 and a storage module 23, where the receiving module 21 is configured to receive the packed data sent by the transmitting module; an identifier extracting module 22, configured to extract a type identifier in the packed data; a storage module 35; the stored packed data is sorted based on the extracted type identification.
Example 2
As shown in fig. 2 to fig. 3, and based on the above classified storage system, the present embodiment provides a classified storage method for orders in a management platform, including the following steps:
s1, defining type identification and public attribute corresponding to a front-end service system based on construction of a management platform, wherein the type identification is divided and defined based on a plate of a service set in an intelligent park; the public attribute is divided and defined based on the service attribute of the front-end service system;
for example:
dividing service business in the intelligent park into: a service application service plate, a service recording service plate, a public broadcasting service plate, etc., wherein, taking the service application service plate as an example, the type identification is 'application', and particularly, plate division and type identification definition can be carried out according to the actual situation in the actual application;
in addition, the divided service application service plate block includes: the conference front-end service system, the property front-end service system and the park duty front-end service system respectively realize the management of corresponding services, and determine the public attribute of the system according to the corresponding service attribute, wherein taking the conference front-end service system as an example, the public attribute is a conference.
S2, acquiring a service order in a front-end service system of the management platform based on the acquisition module 31; specifically, the obtaining module 31 may be configured based on an open API, that is, the management platform accesses various service orders in the front-end service system through the open API, and performs functions such as classification, encoding, storage, and order processing uniformly.
And S3, identifying specific service data in the service order based on the identification module 32.
And S4, acquiring the extension field corresponding to the specific service data in the service order from the database 10 based on the acquisition module 31.
S5, combining the obtained extended fields based on the combination module 33 to form a customized attribute of the service order; specifically, the arrangement and combination are carried out according to the sequence of acquiring specific service data in the service order;
for example:
the conference front-end service system comprises a conference room reservation service, and a conference room reservation service order is correspondingly obtained, wherein the conference room reservation service order comprises specific service data such as successively obtained conference room information, preset time and the like; the extension field corresponding to the meeting room information data is set to be 'a' (a represents a house number of a predetermined meeting room), the extension field corresponding to the predetermined time data is set to be 'b' (b represents a predetermined starting time, '1315' represents a predetermined time of 13:00 to 15:00), and thus a customized attribute 'a.b' in the 'meeting room reservation' service order is comprehensively formed.
S6, acquiring a type identifier and a public attribute corresponding to the front-end service system based on an identifier acquisition unit in the packaging module 34, and adding the type identifier and the public attribute to a service order with a customized attribute based on an identifier addition unit in the packaging module 34 to form packaged data;
specifically, the structure form of the formed packed data is as follows: order + "type identification" + "public attribute" + "customization attribute";
taking the service order of "meeting room reservation" as an example, the following steps are performed: the meeting room orders, applications, meetings, a.b.
And S7, transmitting the formed packed data to the back-end server 20 based on the transmission module 35.
And S8, the back-end server 20 receives the packed data based on the receiving module 21.
S9, extracting type identifications in the packed data based on the identification extraction module 22, and storing the packed data in a storage module 23 in a classified manner based on the type identifications;
specifically, taking the service order of "meeting room reservation" as an example, the extracted type identifier is "application", so that the data with the "application" identifier is classified into one type and stored in the storage module 23 in a unified manner.
Example 3
After the classified storage provided in embodiment 2 is completed, as shown in fig. 4, this embodiment further provides a method for implementing the modification of the service order after the classified storage, including the following steps:
s1, searching a target service order in a back-end server 20 based on a type identifier, a public attribute or a customized attribute;
s2, acquiring a universal code of the target service order;
and S3, modifying the universal codes and applying all the universal codes to the target business order.
For example: adding a service order item of 'emergency guarantee/contact' in business orders of 'meeting room reservation', 'property repair', 'emergency on-duty declaration' and the like; specifically, "meeting room booking", "property repair", and "emergency on-duty declaration" all belong to an "application" service block, that is, the type identifier of the corresponding front-end service system is "application", and therefore, the following operations are performed in the back-end server: searching the order and the application, namely obtaining all business orders of the application, and uniformly adding the business orders based on the business orders, wherein the specific adding mode is as follows:
setting a service order item of 'emergency guarantee/contact' to be added to an applicant, selecting a corresponding applicant entry code in all the business orders, wherein the code is a universal code, selecting one of the universal codes, writing the entry code of 'emergency guarantee/contact' after the code, then multiplexing the universal code in the codes of all the business orders, namely finishing the uniform modification of a target business order, and based on the modification of a back-end code, correspondingly changing the form or state of the business order in a front-end business system, namely filling the service order item of 'emergency guarantee/contact' in the order; specifically, the change of the order form or the state is switched based on a workflow engine, and when the workflow engine, that is, a business system operation event triggers a state switching condition, the order form or the state is switched uniformly according to system configuration.
For another example: when the 'meeting room reservation' service order is modified, the order belongs to an 'application' type, and in addition, the 'meeting room reservation' belongs to a meeting front-end service system and also has the common attributes of the system: "conference", thus taking place in the back-end server: the order form plus the application plus the conference can obtain all business orders of the conference room reservation, and the business orders are modified uniformly based on the business orders, wherein the modification principle is the same as that described above.
In the embodiment of the invention, specific service data in the service order is defined as the customized attribute, and the type identifier and the public attribute are integrated into the service order, so that the service order forms a structural form of 'type identifier' + 'public attribute' + 'customized attribute', and the service order is classified and stored in the construction of the back-end server based on the type identifier, thereby ensuring the convenience of searching the service order, avoiding repeatedly constructing a plurality of storage systems, and effectively reducing redundant general data and repeated general processes in the service order storage. In addition, based on the formation of the business order structure, the business order has higher flexibility in modification, and the gradual searching and modification of a plurality of business system front-end codes are not needed, so that the workload of later-stage upgrading of the business order is greatly reduced.
Although embodiments of the present invention have been shown and described, it will be appreciated by those skilled in the art that changes, modifications, substitutions and alterations can be made in these embodiments without departing from the principles and spirit of the invention, the scope of which is defined in the appended claims and their equivalents.

Claims (3)

1. A classified storage method for orders in a management platform is characterized by comprising the following steps:
acquiring a service order in a front-end service system of the management platform;
adding the type identifier and the public attribute corresponding to the front-end service system into the service order to form packed data;
storing the packed data into a back-end server of the management platform in a classified manner based on type identification;
before adding the type identifier and the public attribute corresponding to the front-end service system, expanding the customized attribute of the service order; specifically, the customized attribute of the service order is obtained based on the database of the management platform;
the database stores extension fields corresponding to specific service data:
identifying specific business data in the business order;
acquiring an extension field corresponding to the specific service data;
combining the obtained extension fields to form a customized attribute of the business order;
the method also comprises the following steps of maintaining and upgrading the stored business orders:
searching a target service order in a back-end server based on the type identifier, the public attribute or the customized attribute;
acquiring a universal code of the target service order;
and modifying the general codes and applying the general codes to all target business orders.
2. The method according to claim 1, further comprising defining a type identifier and a public attribute corresponding to the front-end service system:
the type identification is divided and defined based on a plate of a service business set in the intelligent park; the public attribute is divided and defined based on the service attribute of the front-end service system;
specifically, the type identifier is an upper label of the public attribute, and the public attribute is an upper label of the customized attribute.
3. A classified storage system of orders in a management platform is characterized by comprising a database, a back-end server and a terminal for realizing interaction among the database, the back-end server and a front-end service system;
the database is used for storing an extension field corresponding to specific service data in a service order of the front-end service system; the terminal includes:
the acquisition module is used for acquiring a service order in the front-end service system and an extension field in a database;
the identification module is used for identifying specific service data in the service order;
the combination module is used for combining the extended fields corresponding to the specific service data acquired from the database to form customized attributes;
the packaging module is used for packaging the acquired service order, the type identifier and the public attribute corresponding to the front-end service system;
the transmission module is used for transmitting the packed data to a back-end server;
the packaging module comprises:
an identifier obtaining unit, configured to obtain a type identifier and a public attribute corresponding to the front-end service system;
the identification adding unit is used for adding the acquired type identification and the acquired public attribute into the service order;
the back-end server includes:
the receiving module is used for receiving the packed data sent by the transmission module;
the identification extraction module is used for extracting the type identification in the packed data;
a storage module; and storing the packed data in a classified mode based on the extracted type identification.
CN201911014250.XA 2019-10-23 2019-10-23 Method and system for classified storage of orders in management platform Active CN111061785B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911014250.XA CN111061785B (en) 2019-10-23 2019-10-23 Method and system for classified storage of orders in management platform

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911014250.XA CN111061785B (en) 2019-10-23 2019-10-23 Method and system for classified storage of orders in management platform

Publications (2)

Publication Number Publication Date
CN111061785A CN111061785A (en) 2020-04-24
CN111061785B true CN111061785B (en) 2022-03-25

Family

ID=70297665

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911014250.XA Active CN111061785B (en) 2019-10-23 2019-10-23 Method and system for classified storage of orders in management platform

Country Status (1)

Country Link
CN (1) CN111061785B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113240499A (en) * 2021-06-08 2021-08-10 京东数科海益信息科技有限公司 Order processing method and device based on system switching
CN114881743B (en) * 2022-06-02 2022-11-18 广东乔润物联网科技有限公司 Intelligent logistics order management system

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101588551A (en) * 2009-02-11 2009-11-25 中国移动通信集团广东有限公司珠海分公司 Mobile phone message transmitting system and sending method thereof
US20100235006A1 (en) * 2009-03-12 2010-09-16 Wendell Brown Method and Apparatus for Automatic Charging of an Electrically Powered Vehicle
CN103635920A (en) * 2011-02-22 2014-03-12 维萨国际服务协会 Universal electronic payment apparatuses, methods and systems
CN105631361A (en) * 2014-10-28 2016-06-01 中国移动通信集团终端有限公司 Application program channel source identification method and device
CN106529027A (en) * 2016-11-09 2017-03-22 济南浪潮高新科技投资发展有限公司 Organization modeling method

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101034984B (en) * 2006-09-22 2011-02-02 北京国政通科技有限公司 Establishing the true identify database of the user with the personal information submitted by the user
CN102467525A (en) * 2010-11-10 2012-05-23 金蝶软件(中国)有限公司 Document associating method and system
US9836599B2 (en) * 2015-03-13 2017-12-05 Microsoft Technology Licensing, Llc Implicit process detection and automation from unstructured activity
CN109558404B (en) * 2018-10-19 2023-12-01 中国平安人寿保险股份有限公司 Data storage method, device, computer equipment and storage medium
CN110162564A (en) * 2019-05-30 2019-08-23 北京中电普华信息技术有限公司 Business data processing method and system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101588551A (en) * 2009-02-11 2009-11-25 中国移动通信集团广东有限公司珠海分公司 Mobile phone message transmitting system and sending method thereof
US20100235006A1 (en) * 2009-03-12 2010-09-16 Wendell Brown Method and Apparatus for Automatic Charging of an Electrically Powered Vehicle
CN103635920A (en) * 2011-02-22 2014-03-12 维萨国际服务协会 Universal electronic payment apparatuses, methods and systems
CN105631361A (en) * 2014-10-28 2016-06-01 中国移动通信集团终端有限公司 Application program channel source identification method and device
CN106529027A (en) * 2016-11-09 2017-03-22 济南浪潮高新科技投资发展有限公司 Organization modeling method

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
"数字海洋"中多格式、多来源通用文档数据管理模式探讨;黄博 等;《海洋湖沼通报》;20090915(第03期);105-111 *

Also Published As

Publication number Publication date
CN111061785A (en) 2020-04-24

Similar Documents

Publication Publication Date Title
US9934233B2 (en) Searchable data archive
CN105096183A (en) Task-triggered public bicycle self-scheduling method and system based on Internet of Things
CN111061785B (en) Method and system for classified storage of orders in management platform
CN102662988B (en) Method for filtering redundant data of RFID middleware
CN102902752A (en) Method and system for monitoring log
CN103428069A (en) Method and device for adding friends in social network
CN106777308A (en) The synchronous method and device of civil aviaton's sequence information
CN108764350A (en) Target identification method, device and electronic equipment
CN106096904A (en) A kind of schedule adding method and mobile terminal
CN102438205B (en) Method and system for pushing service based on action of mobile user
CN110222054A (en) A kind of method, apparatus, terminal device and storage medium improving retrieval rate
CN104965829A (en) Method, server and system for classifying terminal applications
CN103428260A (en) System and method for allocating server to terminal and efficiently delivering messages to the terminal
CN107870982A (en) Data processing method, system and computer-readable recording medium
CN103327473A (en) Data acquisition method and device
CN111784453B (en) Cross-platform medicine collection price synchronization method based on block chain and related device
CN110389817A (en) Dispatching method, device and the computer program product of cloudy system
CN108762979A (en) A kind of end message backup method and alternate device based on matching tree
CN111159107A (en) Data processing method and server cluster
CN115879889A (en) Service processing method and device based on block chain and computer equipment
CN104111768A (en) Interactive window, methods and systems for defining, quoting and synchronizing interactive windows
CN110990665B (en) Data processing method, device, system, electronic equipment and storage medium
CN112788768A (en) Communication resource allocation method and device
CN113744066B (en) Information pushing method and device
CN115802321B (en) Service function arrangement method, system, electronic 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