gongfuzhu преди 1 година
родител
ревизия
fe19c02180
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      SpringBatchServiceServer/src/main/java/com/zswl/cloud/springBtach/server/core/service/PaymentService.java

+ 1 - 1
SpringBatchServiceServer/src/main/java/com/zswl/cloud/springBtach/server/core/service/PaymentService.java

@@ -92,7 +92,7 @@ public class PaymentService {
     }
 
     public ResultContent withdrawals() {
-        return paymentService2.withdrawals(authHelper.getEnterPriseId());
+        return paymentService2.applicationWithdrawals(authHelper.getEnterPriseId());
     }
 
     public ResultContent withdrawalsList(WithdrawRequestModel withdrawRequestModel) {