xuhy
2025-10-16 349a80f8d410d4e5c9e56e4060e4036c06e2c77b
ruoyi-system/src/main/java/com/ruoyi/system/service/TSysOrderService.java
@@ -37,9 +37,9 @@
    void add(TSysOrderDto dto, TCrmClinic crmClinic);
    Integer clinicSalesStatisticsCount(String clinicId);
    Integer clinicSalesStatisticsCount(List<String> clinicIds);
    Integer clinicSalesStatisticsTypeCount(String clinicId);
    Integer clinicSalesStatisticsTypeCount(List<String> clinicIds);
    BigDecimal clinicSalesStatisticsMoney(String clinicId, String startTime, String endTime);
@@ -48,4 +48,5 @@
    List<ClinicSalesStatisticsGoodsCountVO> supplierSalesStatisticsGoodsCount(String clinicId, String startTime, String endTime, String goodsName);
    List<ClinicSalesStatisticsGoodsCountVO> supplierSalesStatisticsGoodsCountMonth(String clinicId, String startTime, String endTime, String goodsName);
}