gongfuzhu 1 년 전
부모
커밋
1f6087415b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      SpringBatchServiceServer/src/main/java/com/zswl/cloud/springBtach/server/core/service/PaymentService.java

+ 2 - 2
SpringBatchServiceServer/src/main/java/com/zswl/cloud/springBtach/server/core/service/PaymentService.java

@@ -138,8 +138,8 @@ public class PaymentService {
     }
 
     public ResultContent withdrawalsList(WithdrawRequestModel withdrawRequestModel) {
-        String enterPriseId = authHelper.getEnterPriseId();
-        withdrawRequestModel.setShopId(enterPriseId);
+//        String enterPriseId = authHelper.getEnterPriseId();
+//        withdrawRequestModel.setShopId(enterPriseId);
         return paymentService2.withdrawalsList(withdrawRequestModel);
     }