CN116467325A - Method, device, electronic equipment and medium for shortening ordering time - Google Patents

Method, device, electronic equipment and medium for shortening ordering time Download PDF

Info

Publication number
CN116467325A
CN116467325A CN202310400673.5A CN202310400673A CN116467325A CN 116467325 A CN116467325 A CN 116467325A CN 202310400673 A CN202310400673 A CN 202310400673A CN 116467325 A CN116467325 A CN 116467325A
Authority
CN
China
Prior art keywords
channel
order
amount
risk
residual
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
CN202310400673.5A
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.)
Shouyue Technology Beijing Co Ltd
Original Assignee
Shouyue Technology Beijing 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 Shouyue Technology Beijing Co Ltd filed Critical Shouyue Technology Beijing Co Ltd
Priority to CN202310400673.5A priority Critical patent/CN116467325A/en
Publication of CN116467325A publication Critical patent/CN116467325A/en
Pending legal-status Critical Current

Links

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/23Updating
    • 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
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Strategic Management (AREA)
  • Theoretical Computer Science (AREA)
  • Human Resources & Organizations (AREA)
  • Data Mining & Analysis (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • Operations Research (AREA)
  • Quality & Reliability (AREA)
  • Tourism & Hospitality (AREA)
  • General Business, Economics & Management (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention provides a method, a device, electronic equipment and a medium for shortening the time of ordering. A method of shortening the time to place a order comprising: setting a timing task, periodically calculating the residual amount of each channel, judging whether the residual amount is lower than the amount risk threshold configured by the channel, and updating a risk list; judging whether an ordering channel is in the risk list according to the ordering condition of the user; if the placing channel is in the risk list, calculating the residual amount of the placing channel, judging whether the residual amount is larger than the amount of the order, and processing the order according to a judging result; and if the placing channel is not in the risk list, continuing to execute order service.

Description

Method, device, electronic equipment and medium for shortening ordering time
Technical Field
The present invention relates to the field of computers, and more particularly, to a method, an apparatus, an electronic device, and a medium for shortening the time of ordering.
Background
In recent years, with the development of internet technology, more and more platforms provide a wide variety of services through the internet. For example, a user may obtain services such as driving, pooling, or driving by using an internet travel platform.
With the rapid development of the network appointment industry, the service has higher and higher response time requirements on the order service interface, and the order service interface realizes less time consumption, which means better passenger experience. In the whole logic link of the order service interface, the proportion of the channel residual amount checking step to the total use time is larger, and the method is also a direct reason for longer order time.
Disclosure of Invention
The invention aims to provide a method, a device, electronic equipment and a medium for shortening the time of ordering.
The invention aims to solve the problem of shortening the time of ordering of a user.
Compared with the prior art, the technical scheme of the invention has the following beneficial effects:
in a first aspect of the present disclosure, a method of shortening the time to place a order is provided. The method comprises the following steps: setting a timing task, periodically calculating the residual amount of each channel, judging whether the residual amount is lower than the amount risk threshold configured by the channel, and updating a risk list; judging whether an ordering channel is in the risk list according to the ordering condition of the user; if the placing channel is in the risk list, calculating the residual amount of the placing channel, judging whether the residual amount is larger than the amount of the order, and processing the order according to a judging result; and if the placing channel is not in the risk list, continuing to execute order service.
As a further improvement, the setting timing task calculates the remaining quota of each channel periodically and determines whether it is lower than the quota risk threshold configured by the channel, and updates the risk list, including: setting a timing task; inquiring a channel number set from a channel table of a database; traversing the channel number sets and processing one by one, and calling original logic by taking the channel number as a reference to acquire the residual quota of the channel; reading a configuration file to obtain a limit risk threshold of the channel configuration; judging whether the residual quota is larger than the quota risk threshold, and if the residual quota is larger than the quota risk threshold, moving the channel number out of the risk list; and if the residual amount is smaller than the amount risk threshold, adding the channel number into the risk list.
As a further improvement, the remaining credit of the channel = total credit-frozen credit-windy credit-used credit.
As a further improvement, the determining whether the ordering channel is in the risk list according to the user ordering condition includes: analyzing the order request parameters and obtaining the channel number and the order amount; and judging whether the channel is in the risk list or not according to the channel number.
As a further improvement, the determining whether the remaining amount is greater than the amount of the order, and processing the order according to the determination result includes: if the residual amount is larger than the order amount, continuing to execute order service; and if the residual amount is smaller than the order amount, returning a prompt of failure to place an order.
As a further improvement, the method further comprises: and when the channel is charged, calculating the residual quota of the channel again, judging whether the residual quota is lower than the quota risk threshold configured by the channel, and updating the risk list.
As a further improvement, the timing task is set to be performed every 2 minutes.
In a second aspect of the present disclosure, an apparatus for shortening the time to order is provided. The device comprises: a timing module configured to set a timing task; the calculating module is configured to calculate the residual quota of each channel regularly according to the timing task; the judging module is configured to judge whether the residual credit is lower than the credit risk threshold of the channel configuration and update a risk list; the calculating module is further configured to calculate the remaining quota of the channel based on the ordering channel being in the risk list; the judging module is further configured to judge whether the remaining amount of the channel is larger than the order amount based on the fact that the ordering channel is in the risk list; and the execution module is configured to process the order according to the judging result of the judging module.
In a third aspect of the present disclosure, there is provided an electronic device comprising: a memory and a processor; wherein the memory is for storing one or more computer instructions, wherein the one or more computer instructions are executed by the processor to implement a method according to the first aspect of the present disclosure.
In a fourth aspect of the present disclosure, there is provided a computer readable storage medium having stored thereon one or more computer instructions, wherein the one or more computer instructions are executed by a processor to implement a method according to the first aspect of the present disclosure.
The beneficial effects of the invention are as follows:
the method has the advantages that the residual amount of each channel is regularly and intensively checked through setting the timing tasks, the risk list is updated, and the order is rapidly processed through judging whether the channel is in the risk list, so that the complicated step that the residual amount of the channel must be checked again each time the order is processed is omitted, the processing time of a single order is shortened, and the ordering efficiency is improved.
Drawings
Fig. 1 is a schematic diagram of a method for shortening the time for ordering according to an embodiment of the present invention.
Fig. 2 is a logic diagram of a timing task according to an embodiment of the present invention.
Fig. 3 is a logic schematic diagram of an order placing service according to an embodiment of the present invention.
Fig. 4 is a schematic diagram of an apparatus for shortening the time of ordering according to an embodiment of the present invention.
Detailed Description
For the purpose of making the objects, technical solutions and advantages of the embodiments of the present invention more apparent, the technical solutions of the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention, and it is apparent that the described embodiments are some embodiments of the present invention, but not all embodiments. Thus, the following detailed description of the embodiments of the invention, as presented in the figures, is not intended to limit the scope of the invention, as claimed, but is merely representative of selected embodiments of the invention. All other embodiments, based on the embodiments of the invention, which are apparent to those of ordinary skill in the art without inventive faculty, are intended to be within the scope of the invention.
In the description of the present invention, the terms "first," "second," and the like are used for descriptive purposes only and are not to be construed as indicating or implying relative importance or implicitly indicating the number of technical features indicated. Thus, a feature defining "a first" or "a second" may explicitly or implicitly include one or more such feature. In the description of the present invention, the meaning of "a plurality" is two or more, unless explicitly defined otherwise.
Referring to fig. 1-3, in a first aspect of the present disclosure, a method of shortening the time to place a order is provided. The method comprises the following steps: setting a timing task, periodically calculating the residual amount of each channel, judging whether the residual amount is lower than the amount risk threshold configured by the channel, and updating a risk list; judging whether an ordering channel is in the risk list according to the ordering condition of the user; if the placing channel is in the risk list, calculating the residual amount of the placing channel, judging whether the residual amount is larger than the amount of the order, and processing the order according to a judging result; and if the placing channel is not in the risk list, continuing to execute order service.
The setting timing task, calculating the remaining amount of each channel periodically and judging whether the remaining amount is lower than the amount risk threshold configured by the channel, and updating a risk list, including: setting a timing task; inquiring a channel number set from a channel table of a database; traversing the channel number sets and processing one by one, and calling original logic by taking the channel number as a reference to acquire the residual quota of the channel; reading a configuration file to obtain a limit risk threshold of the channel configuration; judging whether the residual quota is larger than the quota risk threshold, and if the residual quota is larger than the quota risk threshold, moving the channel number out of the risk list; and if the residual amount is smaller than the amount risk threshold, adding the channel number into the risk list.
Wherein each channel has a unique channel number, which is a legal and unique identification string assigned to the channel by the platform for identifying the channel, encrypting, etc.
Remaining credit = total credit-frozen credit-wind control credit-used credit for the channel.
Judging whether the ordering channel is in the risk list according to the ordering condition of the user, including: analyzing the order request parameters and obtaining the channel number and the order amount; and judging whether the channel is in the risk list or not according to the channel number.
And judging whether the residual amount is larger than the amount of the order, and processing the order according to a judgment result, wherein the method comprises the following steps: if the residual amount is larger than the order amount, continuing to execute order service; and if the residual amount is smaller than the order amount, returning a prompt of failure to place an order.
The method for shortening the ordering time further comprises the following steps: and when the channel is charged, calculating the residual quota of the channel again, judging whether the residual quota is lower than the quota risk threshold configured by the channel, and updating the risk list.
In this embodiment, the timing task is set to be performed once every 2 minutes; the time of the timed task may be modified according to actual use.
Referring to fig. 4, in a second aspect of the present disclosure, an apparatus 400 for shortening the time of ordering is provided. The apparatus 400 includes: a timing module 410 configured to set a timing task; a calculation module 420 configured to periodically calculate the remaining credit of each channel according to the timed task; a judging module 430 configured to judge whether the remaining credit is lower than the credit risk threshold of the channel configuration, and update a risk list; the calculating module 420 is further configured to calculate a remaining credit of the channel based on the channel being placed in the risk list; the judging module 430 is further configured to judge whether the remaining amount of the channel is greater than the order amount based on the channel being placed in the risk list; and an execution module 440 configured to process the order according to the judgment result of the judgment module 430.
The elements included in apparatus 400 may be implemented in a variety of ways, including software, hardware, firmware, or any combination thereof. In some embodiments, one or more units may be implemented using software and/or firmware, such as machine executable instructions stored on a storage medium. In addition to or in lieu of machine-executable instructions, some or all of the elements in apparatus 400 may be at least partially implemented by one or more hardware logic components. By way of example and not limitation, exemplary types of hardware logic components that can be used include Field Programmable Gate Arrays (FPGAs), application Specific Integrated Circuits (ASICs), application Specific Standards (ASSPs), systems On Chip (SOCs), complex Programmable Logic Devices (CPLDs), and the like.
In a third aspect of the present disclosure, there is provided an electronic device comprising: a memory and a processor; wherein the memory is for storing one or more computer instructions, wherein the one or more computer instructions are executed by the processor to implement a method according to the first aspect of the present disclosure.
In a fourth aspect of the present disclosure, there is provided a computer readable storage medium having stored thereon one or more computer instructions, wherein the one or more computer instructions are executed by a processor to implement a method according to the first aspect of the present disclosure.
Various aspects of the present disclosure are described herein with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems) and computer program products according to the disclosure. It will be understood that each block of the flowchart illustrations and/or block diagrams, and combinations of blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer-readable program instructions.
These computer readable program instructions may be provided to a processing unit of a general purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processing unit of the computer or other programmable data processing apparatus, create means for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks. These computer readable program instructions may also be stored in a computer readable storage medium that can direct a computer, programmable data processing apparatus, and/or other devices to function in a particular manner, such that the computer readable medium having the instructions stored therein includes an article of manufacture including instructions which implement the function/act specified in the flowchart and/or block diagram block or blocks.
The computer readable program instructions may also be loaded onto a computer, other programmable data processing apparatus, or other devices to cause a series of operational steps to be performed on the computer, other programmable apparatus or other devices to produce a computer implemented process such that the instructions which execute on the computer, other programmable apparatus or other devices implement the functions/acts specified in the flowchart and/or block diagram block or blocks.
The flowcharts and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various implementations of the present disclosure. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of instructions, which comprises one or more executable instructions for implementing the specified logical function(s). In some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
The above examples are only for illustrating the technical scheme of the present invention and are not limiting. It will be understood by those skilled in the art that any modifications and equivalents that do not depart from the spirit and scope of the invention are intended to be within the scope of the appended claims.

Claims (10)

1. A method for shortening the time to order, comprising:
setting a timing task, periodically calculating the residual amount of each channel, judging whether the residual amount is lower than the amount risk threshold configured by the channel, and updating a risk list;
judging whether an ordering channel is in the risk list according to the ordering condition of the user;
if the placing channel is in the risk list, calculating the residual amount of the placing channel, judging whether the residual amount is larger than the amount of the order, and processing the order according to a judging result;
and if the placing channel is not in the risk list, continuing to execute order service.
2. The method according to claim 1, wherein the setting the timing task, periodically calculating the remaining credit of each channel and determining whether it is lower than the credit risk threshold configured by the channel, and updating the risk list, includes:
setting a timing task;
inquiring a channel number set from a channel table of a database;
traversing the channel number sets and processing one by one, and calling original logic by taking the channel number as a reference to acquire the residual quota of the channel;
reading a configuration file to obtain a limit risk threshold of the channel configuration;
judging whether the residual quota is larger than the quota risk threshold, and if the residual quota is larger than the quota risk threshold, moving the channel number out of the risk list; and if the residual amount is smaller than the amount risk threshold, adding the channel number into the risk list.
3. The method of claim 2, wherein the remaining credit = total credit-frozen credit-pneumatic credit-used credit for the channel.
4. The method for shortening the time for placing an order according to claim 1, wherein the determining whether the placing channel is in the risk list according to the user placing the order comprises:
analyzing the order request parameters and obtaining the channel number and the order amount;
and judging whether the channel is in the risk list or not according to the channel number.
5. The method for shortening a time for placing an order according to claim 1, wherein said determining whether the remaining amount is greater than an amount of the order, processing the order according to the determination result, comprises:
if the residual amount is larger than the order amount, continuing to execute order service;
and if the residual amount is smaller than the order amount, returning a prompt of failure to place an order.
6. The method for shortening a time to use according to claim 1, further comprising: and when the channel is charged, calculating the residual quota of the channel again, judging whether the residual quota is lower than the quota risk threshold configured by the channel, and updating the risk list.
7. A method of shortening a time to use according to claim 1, wherein the timing tasks are set to be performed every 2 minutes.
8. An apparatus for shortening the time of ordering comprising:
a timing module configured to set a timing task;
the calculating module is configured to calculate the residual quota of each channel regularly according to the timing task;
the judging module is configured to judge whether the residual credit is lower than the credit risk threshold of the channel configuration and update a risk list;
the calculating module is further configured to calculate the remaining quota of the channel based on the ordering channel being in the risk list;
the judging module is further configured to judge whether the remaining amount of the channel is larger than the order amount based on the fact that the ordering channel is in the risk list;
and the execution module is configured to process the order according to the judging result of the judging module.
9. An electronic device, comprising:
a memory and a processor;
wherein the memory is for storing one or more computer instructions, wherein the one or more computer instructions are executed by the processor to implement the method of any of claims 1 to 7.
10. A computer readable storage medium having stored thereon one or more computer instructions, wherein the one or more computer instructions are executed by a processor to implement the method of any of claims 1 to 7.
CN202310400673.5A 2023-04-14 2023-04-14 Method, device, electronic equipment and medium for shortening ordering time Pending CN116467325A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310400673.5A CN116467325A (en) 2023-04-14 2023-04-14 Method, device, electronic equipment and medium for shortening ordering time

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310400673.5A CN116467325A (en) 2023-04-14 2023-04-14 Method, device, electronic equipment and medium for shortening ordering time

Publications (1)

Publication Number Publication Date
CN116467325A true CN116467325A (en) 2023-07-21

Family

ID=87178396

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310400673.5A Pending CN116467325A (en) 2023-04-14 2023-04-14 Method, device, electronic equipment and medium for shortening ordering time

Country Status (1)

Country Link
CN (1) CN116467325A (en)

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050075963A1 (en) * 2002-12-09 2005-04-07 Sam Balabon System and method for execution delayed trading
CN109949042A (en) * 2019-03-28 2019-06-28 广东安居宝数码科技股份有限公司 Order method of payment, device, block catenary system and storage medium
US20210081922A1 (en) * 2018-07-27 2021-03-18 Advanced New Technologies Co., Ltd. Post-paid transaction data processing method and device, processing apparatus, and server
CN113222578A (en) * 2021-05-28 2021-08-06 支付宝(杭州)信息技术有限公司 Payment method and device
CN113419794A (en) * 2021-06-30 2021-09-21 蚂蚁智信(杭州)信息技术有限公司 Payment processing method and device
CN113435876A (en) * 2021-07-09 2021-09-24 携程金融科技(上海)有限公司 Payment processing method, system, device and storage medium
CN114065985A (en) * 2021-11-22 2022-02-18 首约科技(北京)有限公司 Method for reducing bad accounts of enterprise
CN114372793A (en) * 2021-12-09 2022-04-19 广州新丝路信息科技有限公司 Method and device for single charging management of physical-flow control
US20220270110A1 (en) * 2021-02-22 2022-08-25 Coupang Corp. Membership management method and device therefor

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050075963A1 (en) * 2002-12-09 2005-04-07 Sam Balabon System and method for execution delayed trading
US20210081922A1 (en) * 2018-07-27 2021-03-18 Advanced New Technologies Co., Ltd. Post-paid transaction data processing method and device, processing apparatus, and server
CN109949042A (en) * 2019-03-28 2019-06-28 广东安居宝数码科技股份有限公司 Order method of payment, device, block catenary system and storage medium
US20220270110A1 (en) * 2021-02-22 2022-08-25 Coupang Corp. Membership management method and device therefor
WO2022177048A1 (en) * 2021-02-22 2022-08-25 쿠팡 주식회사 Member information management method and device therefor
CN113222578A (en) * 2021-05-28 2021-08-06 支付宝(杭州)信息技术有限公司 Payment method and device
CN113419794A (en) * 2021-06-30 2021-09-21 蚂蚁智信(杭州)信息技术有限公司 Payment processing method and device
CN113435876A (en) * 2021-07-09 2021-09-24 携程金融科技(上海)有限公司 Payment processing method, system, device and storage medium
CN114065985A (en) * 2021-11-22 2022-02-18 首约科技(北京)有限公司 Method for reducing bad accounts of enterprise
CN114372793A (en) * 2021-12-09 2022-04-19 广州新丝路信息科技有限公司 Method and device for single charging management of physical-flow control

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
李成奇;林佳烨;欧建强;: "基于流程引擎异步控制算法的事务并行处理方案的设计与实现", 通信与信息技术, no. 03, 25 May 2020 (2020-05-25) *
郝洁;张小晖;: "浅析订单中心系统的支撑实现", 数字技术与应用, no. 03, 25 March 2020 (2020-03-25) *

Similar Documents

Publication Publication Date Title
CN113536081B (en) Data center data management method and system based on artificial intelligence
CN111045933A (en) Regression strategy updating method and device, storage medium and terminal equipment
US11822969B2 (en) Resource management platform-based task allocation method and system
CN111400178A (en) Automatic interface number making method and device, computer equipment and storage medium
CN108920601B (en) Data matching method and device
CN112333246B (en) ABtest experiment method and device, intelligent terminal and storage medium
CN113112126A (en) Water supply pipe leakage early warning method and system based on artificial intelligence
CN116467325A (en) Method, device, electronic equipment and medium for shortening ordering time
CN107273293B (en) Big data system performance test method and device and electronic equipment
CN106162345A (en) The gray scale upgrade method of a kind of intelligent television system and system
CN110175182B (en) Data checking method and device
CN112181831A (en) Script performance verification method, device and equipment based on keywords and storage medium
CN117313856B (en) Reliability test planning system and method
CN110740062A (en) Breakpoint resume method and device
CN112380204B (en) Data quality evaluation method and device
CN110716830B (en) Pressure measuring machine selection method and device, electronic equipment and storage medium
CN112700006B (en) Network architecture searching method, device, electronic equipment and medium
CN108628750B (en) Test code processing method and device
CN117951142A (en) Data processing method, device, equipment and storage medium
CN109542906B (en) Equipment determination method and device
CN108614871B (en) Data query and result generation method, device, equipment and storage medium
CN116820503A (en) Application store update method, terminal device and computer readable storage medium
CN116483849A (en) SQL file updating method and device and electronic equipment
CN114884973A (en) Batch registration method and device for vehicle positioning data and storage medium
CN118113590A (en) Exception handling method, device 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