gongfuzhu 1 년 전
부모
커밋
d763353b19
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

@@ -153,7 +153,7 @@ public class PaymentService {
     public ResultContent withdrawalsDetailList(WithdrawRequestModel withdrawRequestModel) {
         String enterPriseId = authHelper.getEnterPriseId();
         withdrawRequestModel.setShopId(enterPriseId);
-        return paymentService2.withdrawalsDetailList(withdrawRequestModel);
+        return paymentService2.shopTransferDetail(withdrawRequestModel);
     }
 
     public ResultContent subOrdersConfirm(String goodsId, String useShopId) {