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