xuhy
3 天以前 2752955cea1ec190e5a2d27205b9391eea821148
ruoyi-system/src/main/java/com/ruoyi/system/service/TSysOrderService.java
@@ -34,7 +34,7 @@
    PageInfo<TSysOrderPageVo> pageList(TSysOrderQuery query);
    void add(TSysOrderDto dto, TCrmClinic crmClinic);
    void add(TSysOrderDto dto, TCrmClinic crmClinic,String name,String userId);
    Integer clinicSalesStatisticsCount(List<String> clinicIds);
@@ -43,10 +43,10 @@
    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);
}