优化批量查询汇付分账信息

This commit is contained in:
Guoqs
2025-10-13 15:27:31 +08:00
parent a5bd667339
commit ae31da0cb0
3 changed files with 279 additions and 71 deletions

View File

@@ -44,6 +44,7 @@ import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.scheduling.annotation.Scheduled;
import org.springframework.test.context.ActiveProfiles;
import org.springframework.test.context.junit4.SpringRunner;
import org.springframework.util.StopWatch;
import java.io.BufferedReader;
import java.io.FileReader;
@@ -85,9 +86,13 @@ public class PaymentTestController {
*/
@Test
public void queryCreateConfirmReverseNew() throws BaseAdaPayException {
StopWatch stopWatch = new StopWatch("批量查询分账信息");
List<String> paymentIdList = getPaymentIdList(); // 查询分账信息
Map<String, List<String>> splitInfoMap = adapayService.getSplitInfoMapByPaymentIdList(paymentIdList);
System.out.println("splitInfoMap:" + JSON.toJSONString(splitInfoMap));
stopWatch.start();
// Map<String, List<String>> splitInfoMap = adapayService.getSplitInfoMapByPaymentIdList(paymentIdList);
Map<String, List<String>> splitInfoMap = adapayService.getSplitInfoMapByPaymentIdListNew(paymentIdList);
stopWatch.stop();
System.out.println("耗时:" + stopWatch.getLastTaskTimeMillis() + ", splitInfoMap:" + JSON.toJSONString(splitInfoMap));
}
public List<String> getPaymentIdList() {

View File

@@ -1,6 +1,98 @@
002212025092621413910817645268435312640
002212025092621444910817646066690895872
002212025092622084610817652092584701952
002212025092622254910817656386289655808
002212025092622443210817661095251091456
002212025092622525010817663181866991616
002212025092422460010816936686655008768
002212025092423313610816948163185098752
002212025092501082510816972528182263808
002212025092501252510816976807009886208
002212025092501464410816982171293986816
002212025092502170410816989806579834880
002212025092502403710816995731088748544
002212025092502411410816995887678930944
002212025092502540810816999135018131456
002212025092503480810817012722704990208
002212025092504090010817017974938329088
002212025092504190510817020509719789568
002212025092504364510817024957774991360
002212025092505500610817043417150136320
002212025092505565510817045134101094400
002212025092505591510817045717755256832
002212025092506582610817060614635433984
002212025092507221910817066622455824384
002212025092508142210817079724068978688
002212025092508192110817080976538488832
002212025092509183810817095895002562560
002212025092509215610817096726900793344
002212025092509393410817101165929836544
002212025092510060210817107826073583616
002212025092510063410817107958991036416
002212025092510171910817110666091339776
002212025092510185910817111081763618816
002212025092510320510817114382286594048
002212025092510533310817119780993421312
002212025092511060510817122937530109952
002212025092511150510817125201909002241
002212025092511312310817129305276334080
002212025092511462110817133071241203712
002212025092511475310817133457243004928
002212025092512015410817136983100764160
002212025092512105510817139253880188928
002212025092512110510817139294275547136
002212025092512410110817146826213728256
002212025092512450310817147844448133120
002212025092512515910817149589274382336
002212025092512575510817151082027180032
002212025092513020610817152133404975104
002212025092513090810817153902570786816
002212025092513151310817155432434790400
002212025092513194110817156560174104576
002212025092513215710817157130469396480
002212025092513444510817162865626505217
002212025092513491610817164004430344192
002212025092513581810817166278347071488
002212025092514051210817168011202826240
002212025092514053010817168088931676160
002212025092514113710817169629604356096
002212025092514153710817170635994087424
002212025092514380410817176284538744832
002212025092514382710817176381662056448
002212025092514425910817177521917186048
002212025092514484810817178983015522304
002212025092514543910817180455715393536
002212025092515012210817182146405781504
002212025092515045210817183029668458496
002212025092515083410817183960518725632
002212025092515190610817186609028628480
002212025092515214010817187257849995264
002212025092515305110817189569078820864
002212025092515524910817195096169058304
002212025092516062610817198524236935168
002212025092516223210817202575871541248
002212025092516344610817205651571425280
002212025092517073110817213893408296960
002212025092517130410817215290598068224
002212025092517155410817216005877596160
002212025092517254910817218498380660736
002212025092517342210817220650008264704
002212025092517452810817223444555431936
002212025092518125010817230330155720704
002212025092518183610817231781762244608
002212025092518384710817236864210415616
002212025092518441910817238256748548096
002212025092518444710817238373555728384
002212025092519233010817248117595299840
002212025092519312910817250126167498752
002212025092519454910817253730513133568
002212025092519510810817255070291578880
002212025092520075610817259297642340352
002212025092520113210817260202106404864
002212025092520150510817261096478810112
002212025092520353110817266238502416384
002212025092520402510817267474022604800
002212025092520555210817271361358385152
002212025092521124710817275619163992064
002212025092521200610817277458341130240
002212025092521503310817285120017375232
002212025092521512110817285324531789824
002212025092521565110817286706165035008
002212025092522294710817294996009615360
002212025092522320710817295583728062464
002212025092522345910817296304284315648
002212025092523013710817303007121850368