11 小时以前 44ceeeee9cd3f76b0f3a2135421407b73dea9bb0
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);
}