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

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