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) {