update
This commit is contained in:
parent
bd61ab9490
commit
fb813dba4f
@ -116,10 +116,14 @@ public class AnchorTargetTest {
|
||||
@Test
|
||||
public void batchAnchorTargetDeduct() {
|
||||
Map<Long, Long> map = Map.ofEntries(
|
||||
Map.entry(80000L, 750000L),
|
||||
Map.entry(8838265L, 150000L),
|
||||
Map.entry(8846209L, 300000L),
|
||||
Map.entry(8840821L, 300000L)
|
||||
Map.entry(22222L, 3750000L),
|
||||
Map.entry(8846195L, 1125000L),
|
||||
Map.entry(8846188L, 150000L),
|
||||
Map.entry(8846174L, 750000L),
|
||||
Map.entry(8846185L, 750000L),
|
||||
Map.entry(8848862L, 6000000L),
|
||||
Map.entry(8849422L, 300000L),
|
||||
Map.entry(8846353L, 300000L)
|
||||
);
|
||||
|
||||
// 将account转换为userId并构建batchDeductMap
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user