|
@@ -75,12 +75,9 @@ public class PayServiceImpl implements PayService {
|
|
routingAccount = sysAccountService.getPerAccount(money);
|
|
routingAccount = sysAccountService.getPerAccount(money);
|
|
}
|
|
}
|
|
|
|
|
|
- int i = new Random().nextInt(100);
|
|
|
|
|
|
+ //临时全返回双乾
|
|
|
|
+ routingAccount = sysAccountService.getPerAccount(money);
|
|
|
|
|
|
- //临时增加
|
|
|
|
- if (i % 2 == 0) {
|
|
|
|
- routingAccount = sysAccountService.getPerAccount(money);
|
|
|
|
- }
|
|
|
|
return routingAccount;
|
|
return routingAccount;
|
|
}
|
|
}
|
|
|
|
|