ソースを参照

支付map加上类型

周箭河 5 年 前
コミット
17aa65322c

+ 2 - 5
mec-biz/src/main/java/com/ym/mec/biz/service/impl/PayServiceImpl.java

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