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