src/main/java/com/ruoyi/sales/mapper/ReceiptPaymentMapper.java
@@ -11,7 +11,6 @@ import org.apache.ibatis.annotations.Param; import java.math.BigDecimal; import java.util.ArrayList; import java.util.List; public interface ReceiptPaymentMapper extends BaseMapper<ReceiptPayment> { @@ -84,4 +83,5 @@ List<ReceiptPaymentExeclDto> bindInvoiceNoRegListByIds(List<Long> ids,Long tenantId); List<InvoiceLedgerDto> customerSalesInteractions(InvoiceLedgerDto receiptPaymentDto); }