gongfuzhu 1 年之前
父節點
當前提交
fe19c02180

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