소스 검색

支付map加上类型

周箭河 5 년 전
부모
커밋
17aa65322c
1개의 변경된 파일2개의 추가작업 그리고 5개의 파일을 삭제
  1. 2 5
      mec-biz/src/main/java/com/ym/mec/biz/service/impl/PayServiceImpl.java

+ 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;
     }