Sfoglia il codice sorgente

增加分润逻辑

周箭河 5 anni fa
parent
commit
7051688655

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

@@ -105,7 +105,7 @@ public class PayServiceImpl implements PayService {
             channel = sysConfigDao.findConfigValue("com_account_channel");
             type = "COM";
         }
-        routingAccount = sysAccountService.getAccount(company, channel, type, money);
+        routingAccount = sysAccountService.getAccount(company, channel, type, null);
 
         return routingAccount;
     }