|
@@ -120,4 +120,9 @@ public class FinancePaymentPoolServiceImpl extends ServiceImpl<FinancePaymentPoo
|
|
|
public Result<Object> queryPoolAmountById(String advertiserId, Long productId, String type, String paymentPort) {
|
|
|
return Result.ok(baseMapper.queryFinancePaymentPoolById(advertiserId, productId, type, paymentPort));
|
|
|
}
|
|
|
+
|
|
|
+ @Override
|
|
|
+ public Result<Object> queryPaymentPort(String advertiserId, Long productId, String paymentMedia) {
|
|
|
+ return Result.ok(baseMapper.queryPaymentPort(advertiserId, productId, paymentMedia));
|
|
|
+ }
|
|
|
}
|