liujie
2 天以前 59099ec96f7a2da11df4b0b1593092b0aff38e90
ruoyi-system/src/main/java/com/ruoyi/system/service/TSysOrderService.java
@@ -34,18 +34,19 @@
    PageInfo<TSysOrderPageVo> pageList(TSysOrderQuery query);
    void add(TSysOrderDto dto, TCrmClinic crmClinic);
    void add(TSysOrderDto dto, TCrmClinic crmClinic,String name,String userId);
    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);
    List<ClinicSalesStatisticsGoodsTypeVO> supplierSalesStatisticsGoodsType(String clinicId, String startTime, String endTime);
    List<ClinicSalesStatisticsGoodsTypeVO> clinicSalesStatisticsGoodsType(String clinicId, String startTime, String endTime);
    List<ClinicSalesStatisticsGoodsCountVO> supplierSalesStatisticsGoodsCount(String clinicId, String startTime, String endTime, String goodsName);
    List<ClinicSalesStatisticsGoodsCountVO> clinicSalesStatisticsGoodsCount(String clinicId, String startTime, String endTime, String goodsName);
    List<ClinicSalesStatisticsGoodsCountVO> supplierSalesStatisticsGoodsCountMonth(String clinicId, String startTime, String endTime, String goodsName);
    List<ClinicSalesStatisticsGoodsCountVO> clinicSalesStatisticsGoodsCountMonth(String clinicId, String startTime, String endTime, String goodsName);
}