5 小时以前 55d694aaae4e421b5e55cd941500e08f85cb5d4d
src/main/java/com/ruoyi/sales/mapper/SalesLedgerMapper.java
@@ -90,4 +90,14 @@
    IPage<PurchaseReportVo> selectPurchaseReportVoPage(Page page, @Param("customerName") String customerName);
    /**
     * 查询框架合同下的框架订单列表,并关联汇总已发货数量
     */
    List<com.ruoyi.sales.vo.FrameworkOrderVo> listFrameworkOrders(@Param("parentContractId") Long parentContractId);
    /**
     * 按框架合同统计累计发货数量
     */
    BigDecimal sumShippedByParentContract(@Param("parentContractId") Long parentContractId);
}