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