test update
This commit is contained in:
parent
576d8effe0
commit
7c6c82959f
@ -116,13 +116,10 @@ public class AnchorTargetTest {
|
|||||||
@Test
|
@Test
|
||||||
public void batchAnchorTargetDeduct() {
|
public void batchAnchorTargetDeduct() {
|
||||||
Map<Long, Long> map = Map.ofEntries(
|
Map<Long, Long> map = Map.ofEntries(
|
||||||
Map.entry(101010L, 150000L),
|
Map.entry(80000L, 750000L),
|
||||||
Map.entry(8834453L, 525000L),
|
Map.entry(8838265L, 150000L),
|
||||||
Map.entry(8837161L, 150000L),
|
Map.entry(8846209L, 300000L),
|
||||||
Map.entry(8836399L, 525000L),
|
Map.entry(8840821L, 300000L)
|
||||||
Map.entry(8839866L, 150000L),
|
|
||||||
Map.entry(8839923L, 300000L),
|
|
||||||
Map.entry(8839943L, 300000L)
|
|
||||||
);
|
);
|
||||||
|
|
||||||
// 将account转换为userId并构建batchDeductMap
|
// 将account转换为userId并构建batchDeductMap
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user