CN112700210A - Freight checking method, device and storage medium - Google Patents

Freight checking method, device and storage medium Download PDF

Info

Publication number
CN112700210A
CN112700210A CN202011555398.7A CN202011555398A CN112700210A CN 112700210 A CN112700210 A CN 112700210A CN 202011555398 A CN202011555398 A CN 202011555398A CN 112700210 A CN112700210 A CN 112700210A
Authority
CN
China
Prior art keywords
freight
express
package
temporary table
charge
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.)
Pending
Application number
CN202011555398.7A
Other languages
Chinese (zh)
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.)
Lvshou Health Industry Group Co ltd
Original Assignee
Lvshou Health Industry Group 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 Lvshou Health Industry Group Co ltd filed Critical Lvshou Health Industry Group Co ltd
Priority to CN202011555398.7A priority Critical patent/CN112700210A/en
Publication of CN112700210A publication Critical patent/CN112700210A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management
    • G06Q10/103Workflow collaboration or project management
    • 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
    • G06F16/2282Tablespace storage structures; Management thereof
    • 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
    • G06F16/252Integrating or interfacing systems involving database management systems between a Database Management System and a front-end application
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/08Logistics, e.g. warehousing, loading or distribution; Inventory or stock management
    • G06Q10/083Shipping
    • G06Q10/0838Historical data

Abstract

The invention discloses a freight rate checking method, which comprises the following steps: acquiring the delivery data of each express package, wherein the delivery data at least comprises a service mechanism for accepting package transportation, a package volume, a package weight, a delivery address and a receiving address; according to a preset freight charge standard, calculating the receivable freight charge of each express package according to the delivery data; collecting express service cost corresponding to each express package; and comparing the receivable freight rate of each express package with the express service cost. The invention provides a freight rate checking method, a device and a storage medium, which can check freight rates provided by logistics companies.

Description

Freight checking method, device and storage medium
Technical Field
The present invention relates to the field of electronic information technologies, and in particular, to a freight verification method, device, and storage medium.
Background
With the rapid development of science and technology, the business activities of modern society become more and more 'electronic'. In order to adapt to the development of the era, many enterprises have electronic information systems which are independently developed. Electronic information systems inside enterprises are mainly used for processing business related matters, such as product promotion, sales, after-sales services and the like. Although the current logistics system is mature, the existing electronic information system has no freight rate checking function, so that enterprises cannot check the additional expenses of logistics transportation expenses, and the enterprises cannot reduce logistics transportation costs.
Disclosure of Invention
In view of the above technical problems, the present invention provides a freight rate verification method, device and storage medium, which can verify freight rates provided by logistics companies. The technical scheme is as follows:
in a first aspect, an embodiment of the present invention provides a freight rate checking method, including:
acquiring the delivery data of each express package, wherein the delivery data at least comprises a service mechanism for accepting package transportation, a package volume, a package weight, a delivery address and a receiving address;
according to a preset freight charge standard, calculating the receivable freight charge of each express package according to the delivery data;
collecting express service cost corresponding to each express package;
and comparing the receivable freight rate of each express package with the express service cost.
In a first possible implementation manner of the first aspect of the present invention, the specific setting manner of the freight charge standard is as follows:
collecting charging standards of each logistics company for express service fees, wherein the charging standards record the amount of package freight fees determined by the conditions of package volume, package weight, receiving areas or delivery areas.
In a second possible implementation manner of the first aspect of the present invention, the comparing the receivable freight rate of each express package with the express service cost includes:
respectively storing the freight charge to be collected and the express service charge to a first temporary table and a second temporary table, wherein the first temporary table and the second temporary table only occupy a virtual memory;
and when the freight charge to be collected and the express service charge need to be compared, calculating a difference value of the first temporary table and the second temporary table.
In a third possible implementation manner of the first aspect of the present invention, comparing the receivable freight rate of each express package with the express service cost, then further includes:
if the comparison result of comparing the receivable freight of one express package with the express service cost is not satisfactory, planning a transportation route from a delivery address to a receiving address corresponding to the express package;
calculating the transportation cost paid by adopting each transportation route, and selecting an optimal route according to the transportation cost;
and matching the optimal route with the routes provided by the express companies, and determining the express company to be consigned according to the matching result.
In a second aspect, an embodiment of the present invention provides an freight verification apparatus, which includes a processor, a memory, and a computer program stored in the memory and configured to be executed by the processor, and when the processor executes the computer program, the freight verification method described above is implemented.
In a third aspect, an embodiment of the present invention provides a freight checking device, including:
the system comprises a first acquisition module, a second acquisition module and a third acquisition module, wherein the first acquisition module is used for acquiring the delivery data of each express package, and the delivery data at least comprises a service mechanism for accepting package transportation, a package volume, a package weight, a delivery address and a receiving address;
the first operation module is used for calculating the receivable freight rate of each express package according to the delivery data according to a preset freight rate charging standard;
the second acquisition module is used for acquiring the express service cost corresponding to each express package;
and the second operation module is used for comparing the receivable freight of each express package with the express service cost.
In a first possible implementation manner of the third aspect of the present invention, the freight checking apparatus further includes a scaling module, where the scaling module is configured to:
collecting charging standards of each logistics company for express service fees, wherein the charging standards record the amount of package freight fees determined by the conditions of package volume, package weight, receiving areas or delivery areas.
In a second possible implementation manner of the third aspect of the present invention, the second operation module is further configured to:
respectively storing the freight charge to be collected and the express service charge to a first temporary table and a second temporary table, wherein the first temporary table and the second temporary table only occupy a virtual memory;
and when the freight charge to be collected and the express service charge need to be compared, calculating a difference value of the first temporary table and the second temporary table.
In a third possible implementation manner of the third aspect of the present invention, the freight checking apparatus further includes an execution module, where the execution module is configured to:
if the comparison result of comparing the receivable freight of one express package with the express service cost is not satisfactory, planning a transportation route from a delivery address to a receiving address corresponding to the express package;
calculating the transportation cost paid by adopting each transportation route, and selecting an optimal route according to the transportation cost;
and matching the optimal route with the routes provided by the express companies, and determining the express company to be consigned according to the matching result.
In a fourth aspect, an embodiment of the present invention provides a storage medium of a freight check method, where the storage medium is used to store one or more computer programs, and the one or more computer programs include program code for executing the freight check method when the computer programs run on a computer.
Compared with the prior art, the embodiment of the invention has the following beneficial effects:
the invention provides a freight rate checking method, a device and a storage medium, which are characterized in that according to a preset freight rate charge standard, the receivable freight rate is calculated according to the obtained delivery data, namely the delivery data such as the package volume, the package weight, the delivery address, the receiving address and the like, and the receivable freight rate is compared with the express service cost provided by an express company, so that the freight rate checking provided by the logistics company is completed. By checking the freight to be collected and the express service cost, if the checking result is different, an operator needs to check the difference reason again, if the difference is not caused by the system, the actual difference reason is remarked, otherwise, the operation and maintenance personnel can check and adjust the difference reason after confirmation, so that a solution for inquiring and checking the logistics transportation cost is provided for enterprises, and the enterprises can save the transportation cost.
Drawings
FIG. 1 is a flow chart of the steps of a freight rate checking method in an embodiment of the present invention;
fig. 2 is a flow chart of an architecture of a freight check device according to an embodiment of 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.
Referring to fig. 1, the present disclosure provides an exemplary embodiment of a freight rate checking method, which includes the steps of:
s101, obtaining delivery data of each express package, wherein the delivery data at least comprises a service mechanism for receiving package transportation, a package volume, a package weight, a delivery address and a receiving address;
s102, calculating the receivable freight rate of each express package according to the delivery data according to a preset freight rate charging standard;
s103, collecting express service cost corresponding to each express package; it is understood that the courier service fee may be provided by a courier company.
And S104, comparing the receivable freight rate of each express package with the express service cost.
In the present embodiment, the freight charge standard describes the amount of the package freight charge determined by the conditions of the package volume, the package weight, the shipping address, the receiving address, and the like.
In this embodiment, the freight charge to be collected and the express service charge are checked, if there is a difference, the operator needs to check the difference reason again, if the difference is not caused by the system, the actual difference reason is remarked, otherwise, the difference is checked and confirmed by the operation and maintenance staff, and then adjustment is performed.
In this embodiment, the specific setting manner of the freight charge standard is as follows:
collecting charging standards of each logistics company for express service fees, wherein the charging standards record the amount of package freight fees determined by the conditions of package volume, package weight, receiving areas or delivery areas.
In this embodiment, the express package is compared with the express service charge, and the specific implementation manner is as follows:
respectively storing the freight charge to be collected and the express service charge to a first temporary table and a second temporary table, wherein the first temporary table and the second temporary table only occupy a virtual memory;
and when the freight charge to be collected and the express service charge need to be compared, calculating a difference value of the first temporary table and the second temporary table.
It can be understood that the freight charge to be collected and the express service charge are respectively stored in a first temporary table and a second temporary table, and a database storage method is adopted, namely, an sql server database management tool is used for operating the temporary tables. The temporary table is characterized in that even if a large amount of data is stored, the temporary table is placed after the data is obtained once, and subsequent data calculation and results are performed on the temporary table, so that the database pressure caused by frequent calling and obtaining of a code program is reduced.
The present disclosure further provides a preferred embodiment, comparing the receivable freight rate of each express package with the express service cost, and then further comprising:
if the comparison result of comparing the receivable freight of one express package with the express service cost is not satisfactory, planning a transportation route from a delivery address to a receiving address corresponding to the express package;
calculating the transportation cost paid by adopting each transportation route, and selecting an optimal route according to the transportation cost; it will be appreciated that the optimal route may be the shortest route or the least charged route.
And matching the optimal route with the routes provided by the express companies, and determining the express company to be consigned according to the matching result.
The embodiment of the invention provides a freight rate checking device, which comprises a processor, a memory and a computer program stored in the memory and configured to be executed by the processor, wherein the processor realizes the freight rate checking method when executing the computer program.
Referring to fig. 2, the present disclosure further provides an exemplary embodiment, a freight rate checking device, including:
the first obtaining module 201 is configured to obtain shipping data of each express package, where the shipping data at least includes a service organization that accepts package transportation, a package volume, a package weight, a shipping address, and a receiving address;
the first operation module 202 is configured to calculate, according to a preset freight charge standard, an receivable freight charge of each express package according to the delivery data;
the second obtaining module 203 is configured to collect the express service cost corresponding to each express package;
the second operation module 204 is configured to compare the receivable freight rate of each of the express packages with the express service cost.
In the present embodiment, the freight charge standard describes the amount of the package freight charge determined by the conditions of the package volume, the package weight, the shipping address, the receiving address, and the like.
In this embodiment, the freight charge to be collected and the express service charge are checked, if there is a difference, the operator needs to check the difference reason again, if the difference is not caused by the system, the actual difference reason is remarked, otherwise, the difference is checked and confirmed by the operation and maintenance staff, and then adjustment is performed.
In this embodiment, the freight checking apparatus further includes a calibration module, where the calibration module is configured to:
collecting charging standards of each logistics company for express service fees, wherein the charging standards record the amount of package freight fees determined by the conditions of package volume, package weight, receiving areas or delivery areas.
In this embodiment, the second operation module is further configured to:
respectively storing the freight charge to be collected and the express service charge to a first temporary table and a second temporary table, wherein the first temporary table and the second temporary table only occupy a virtual memory;
and when the freight charge to be collected and the express service charge need to be compared, calculating a difference value of the first temporary table and the second temporary table.
It can be understood that the freight charge to be collected and the express service charge are respectively stored in a first temporary table and a second temporary table, and a database storage method is adopted, namely, an sql server database management tool is used for operating the temporary tables. The temporary table is characterized in that even if a large amount of data is stored, the temporary table is placed after the data is obtained once, and subsequent data calculation and results are performed on the temporary table, so that the database pressure caused by frequent calling and obtaining of a code program is reduced.
The present invention also provides a preferred embodiment, wherein the freight checking device further comprises an execution module, and the execution module is configured to:
if the comparison result of comparing the receivable freight of one express package with the express service cost is not satisfactory, planning a transportation route from a delivery address to a receiving address corresponding to the express package;
calculating the transportation cost paid by adopting each transportation route, and selecting an optimal route according to the transportation cost;
and matching the optimal route with the routes provided by the express companies, and determining the express company to be consigned according to the matching result.
The present invention provides an exemplary embodiment, a storage medium of a freight check method for storing one or more computer programs, the one or more computer programs comprising program code for performing the freight check method when the computer programs are run on a computer.
The computer readable media of the embodiments of the present application may be computer readable signal media or computer readable storage media or any combination of the two. More specific examples (a non-exhaustive list) of the computer-readable storage medium would include the following: an electrical connection (electronic device) having one or more wires, a portable computer diskette (magnetic device), a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber device, and a portable read-only memory (CDROM). Additionally, the computer-readable storage medium may even be paper or another suitable medium upon which the program is printed, as the program can be electronically captured, via for instance optical scanning of the paper or other medium, then compiled, interpreted or otherwise processed in a suitable manner if necessary, and then stored in a computer memory.
It should be understood that portions of the present application may be implemented in hardware, software, firmware, or a combination thereof. In the above embodiments, the various steps or methods may be implemented in software or firmware stored in memory and executed by a suitable instruction execution system. For example, if implemented in hardware, as in another embodiment, any one or combination of the following techniques, which are known in the art, may be used: a discrete logic circuit having a logic gate circuit for implementing a logic function on a data signal, an application specific integrated circuit having an appropriate combinational logic gate circuit, a Programmable Gate Array (PGA), a Field Programmable Gate Array (FPGA), or the like.
It will be understood by those skilled in the art that all or part of the steps carried by the method for implementing the above embodiments may be implemented by hardware that is related to instructions of a program, and the program may be stored in a computer-readable storage medium, and when executed, the program includes one or a combination of the steps of the method embodiments.
In addition, functional units in the embodiments of the present application may be integrated into one processing module, or each unit may exist alone physically, or two or more units are integrated into one module. The integrated module can be realized in a hardware mode, and can also be realized in a software functional module mode.
The invention provides a freight rate checking method, a device and a storage medium, which are characterized in that according to a preset freight rate charge standard, the receivable freight rate is calculated according to the obtained delivery data, namely the delivery data such as the parcel volume, the parcel weight, the delivery address, the receiving address and the like, and the receivable freight rate is compared with the express service cost provided by an express company, so that the freight rate checking is completed. By checking the freight to be collected and the express service cost, if the checking result is different, an operator needs to check the difference reason again, if the difference is not caused by the system, the actual difference reason is remarked, otherwise, the operation and maintenance personnel can check and adjust the difference reason after confirmation, so that a solution for inquiring and checking the logistics transportation cost is provided for enterprises, and the enterprises can save the transportation cost.
While the foregoing is directed to the preferred embodiment of the present invention, it will be understood by those skilled in the art that various changes and modifications may be made without departing from the spirit and scope of the invention.

Claims (10)

1. A freight verification method, comprising the steps of:
acquiring the delivery data of each express package, wherein the delivery data at least comprises a service mechanism for accepting package transportation, a package volume, a package weight, a delivery address and a receiving address;
according to a preset freight charge standard, calculating the receivable freight charge of each express package according to the delivery data;
collecting express service cost corresponding to each express package;
and comparing the receivable freight rate of each express package with the express service cost.
2. The freight rate verification method as claimed in claim 1, wherein the freight rate charging criteria are specifically set as follows:
collecting charging standards of each logistics company for express service fees, wherein the charging standards record the amount of package freight fees determined by the conditions of package volume, package weight, receiving areas or delivery areas.
3. The freight rate verification method of claim 1, wherein the comparing of the freight rate due to each express package with the express service cost is implemented by:
respectively storing the freight charge to be collected and the express service charge to a first temporary table and a second temporary table, wherein the first temporary table and the second temporary table only occupy a virtual memory;
and when the freight charge to be collected and the express service charge need to be compared, calculating a difference value of the first temporary table and the second temporary table.
4. A freight rate verification method as claimed in any one of claims 1 to 3, wherein the freight rate due for each of the parcels is compared with the service rate of the courier, and thereafter further comprising:
if the comparison result of comparing the receivable freight of one express package with the express service cost is not satisfactory, planning a transportation route from a delivery address to a receiving address corresponding to the express package;
calculating the transportation cost paid by adopting each transportation route, and selecting an optimal route according to the transportation cost;
and matching the optimal route with the routes provided by the express companies, and determining the express company to be consigned according to the matching result.
5. An freight verification apparatus comprising a processor, a memory and a computer program stored in the memory and configured to be executed by the processor, the processor implementing the freight verification method as claimed in any one of claims 1 to 4 when executing the computer program.
6. A freight check device, comprising:
the system comprises a first acquisition module, a second acquisition module and a third acquisition module, wherein the first acquisition module is used for acquiring the delivery data of each express package, and the delivery data at least comprises a service mechanism for accepting package transportation, a package volume, a package weight, a delivery address and a receiving address;
the first operation module is used for calculating the receivable freight rate of each express package according to the delivery data according to a preset freight rate charging standard;
the second acquisition module is used for acquiring the express service cost corresponding to each express package;
and the second operation module is used for comparing the receivable freight of each express package with the express service cost.
7. The freight verification apparatus of claim 6, further comprising a scaling module for:
collecting charging standards of each logistics company for express service fees, wherein the charging standards record the amount of package freight fees determined by the conditions of package volume, package weight, receiving areas or delivery areas.
8. The freight verification apparatus of claim 6, wherein the second operation module is further configured to:
respectively storing the freight charge to be collected and the express service charge to a first temporary table and a second temporary table, wherein the first temporary table and the second temporary table only occupy a virtual memory;
and when the freight charge to be collected and the express service charge need to be compared, calculating a difference value of the first temporary table and the second temporary table.
9. A freight verification apparatus as claimed in any one of claims 6 to 8, further comprising an execution module for:
if the comparison result of comparing the receivable freight of one express package with the express service cost is not satisfactory, planning a transportation route from a delivery address to a receiving address corresponding to the express package;
calculating the transportation cost paid by adopting each transportation route, and selecting an optimal route according to the transportation cost;
and matching the optimal route with the routes provided by the express companies, and determining the express company to be consigned according to the matching result.
10. A storage medium of a freight check method, characterized in that the storage medium of the freight check method is used for storing one or more computer programs, the one or more computer programs comprising program code for performing the freight check method of any one of the preceding claims 1 to 4, when the computer programs are run on a computer.
CN202011555398.7A 2020-12-23 2020-12-23 Freight checking method, device and storage medium Pending CN112700210A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011555398.7A CN112700210A (en) 2020-12-23 2020-12-23 Freight checking method, device and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011555398.7A CN112700210A (en) 2020-12-23 2020-12-23 Freight checking method, device and storage medium

Publications (1)

Publication Number Publication Date
CN112700210A true CN112700210A (en) 2021-04-23

Family

ID=75510138

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011555398.7A Pending CN112700210A (en) 2020-12-23 2020-12-23 Freight checking method, device and storage medium

Country Status (1)

Country Link
CN (1) CN112700210A (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104021488A (en) * 2014-06-30 2014-09-03 四川创物科技有限公司 Goods freight calculating method and device, and mobile terminal
CN108256903A (en) * 2017-12-29 2018-07-06 上海泰歌物流有限公司 Order charging method and device based on logistics platform
CN108629541A (en) * 2018-05-09 2018-10-09 肇庆市高要区华锋电子铝箔有限公司 A kind of logistics price comparing method, device, electronic equipment and storage medium
CN109858862A (en) * 2019-01-30 2019-06-07 深圳市快金数据技术服务有限公司 A kind of method, apparatus, equipment and the medium of intelligent recommendation logistics route
CN109871991A (en) * 2019-01-30 2019-06-11 深圳市快金数据技术服务有限公司 A kind of recommended method, device, equipment and the medium of logistics route
CN111445066A (en) * 2020-03-24 2020-07-24 福建好运联联信息科技有限公司 Optimization method and terminal for multi-type intermodal digital logistics

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104021488A (en) * 2014-06-30 2014-09-03 四川创物科技有限公司 Goods freight calculating method and device, and mobile terminal
CN108256903A (en) * 2017-12-29 2018-07-06 上海泰歌物流有限公司 Order charging method and device based on logistics platform
CN108629541A (en) * 2018-05-09 2018-10-09 肇庆市高要区华锋电子铝箔有限公司 A kind of logistics price comparing method, device, electronic equipment and storage medium
CN109858862A (en) * 2019-01-30 2019-06-07 深圳市快金数据技术服务有限公司 A kind of method, apparatus, equipment and the medium of intelligent recommendation logistics route
CN109871991A (en) * 2019-01-30 2019-06-11 深圳市快金数据技术服务有限公司 A kind of recommended method, device, equipment and the medium of logistics route
CN111445066A (en) * 2020-03-24 2020-07-24 福建好运联联信息科技有限公司 Optimization method and terminal for multi-type intermodal digital logistics

Similar Documents

Publication Publication Date Title
CN111651647B (en) Display method, device and computer system for waybill price
CN111489124A (en) Logistics freight calculation method, device and equipment
CN102034194A (en) Logistics billing method based on rule
CN109840677A (en) A kind of intelligence division method, apparatus, storage medium and server
CN104821955A (en) Digital meter reading system and meter reading method
CN112465601A (en) Electronic order generation method and device and storage medium
CN111062660A (en) Online mall inventory quantity calculation method and device
CN107909326B (en) Chain journey transportation method and system for international logistics
CN111429073A (en) Express receipt method, device, equipment and storage medium
CN112541752A (en) Expense processing method and device for vehicle rental platform, computer equipment and medium
CN109711743A (en) A kind of wire examination method that construction tunnel vehicle is turned out for work, computer installation and computer readable storage medium
CN110716928A (en) Data processing method, device, equipment and storage medium
CN111915256B (en) Method for constructing dispatch fence, off-site signing and identifying method and related equipment
CN103679355A (en) Method and device for controlling operation flow
CN112700210A (en) Freight checking method, device and storage medium
CN111967793A (en) Logistics timeliness evaluation method and device, electronic equipment and storage medium
CN111353763A (en) Method, device, server and storage medium for processing data
CN116362650A (en) Material processing method and device, electronic equipment and computer readable medium
CN111815239B (en) Error complement order statistics method, device and computer readable storage medium
CN113886719A (en) Data processing method, interaction method, order distribution method and computing equipment
CN109711863B (en) Intelligent price checking method, equipment, medium and system for quality inspection service pricing
CN112508547A (en) Cash withdrawal execution method, system, computer device and storage medium
CN116485301B (en) Service authenticity judging method and system based on service information and logistics information
CN113766442B (en) Telephone traffic resource sharing method and device, computing equipment and storage medium
CN117149896B (en) Data display method, device, equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
CB02 Change of applicant information

Address after: 510000 Lingnan node garden, Yuwei bridge, Huadi Avenue Road, Liwan District, Guangzhou City, Guangdong Province

Applicant after: Guangdong one health industry group Co.,Ltd.

Address before: 510000 Lingnan node garden, Yuwei bridge, Huadi Avenue Road, Liwan District, Guangzhou City, Guangdong Province

Applicant before: LVSHOU HEALTH INDUSTRY GROUP CO.,LTD.

CB02 Change of applicant information
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20210423

RJ01 Rejection of invention patent application after publication