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);
     }