mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 11:35:12 +08:00
update 打印日志
This commit is contained in:
@@ -89,8 +89,7 @@ public class PaymentTestController {
|
||||
StopWatch stopWatch = new StopWatch("批量查询分账信息");
|
||||
List<String> paymentIdList = getPaymentIdList(); // 查询分账信息
|
||||
stopWatch.start();
|
||||
// Map<String, List<String>> splitInfoMap = adapayService.getSplitInfoMapByPaymentIdList(paymentIdList);
|
||||
Map<String, List<String>> splitInfoMap = adapayService.getSplitInfoMapByPaymentIdListNew(paymentIdList);
|
||||
Map<String, List<String>> splitInfoMap = adapayService.getSplitInfoMapByPaymentIdList(paymentIdList);
|
||||
stopWatch.stop();
|
||||
System.out.println("耗时:" + stopWatch.getLastTaskTimeMillis() + ", splitInfoMap:" + JSON.toJSONString(splitInfoMap));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user