gongchunyi
昨天 c4fb65a699596f46d968451b972cf6fa83a1f6da
src/main/java/com/ruoyi/home/service/HomeService.java
@@ -100,11 +100,7 @@
    SalesTotalDto salesAnalysis(SalesDeliveryDto salesDeliveryDto);
    List<SalesTotalDetailDto> salesRanking(SalesDeliveryDto salesDeliveryDto);
    SalesTotalDto salesAmount(SalesDeliveryDto salesDeliveryDto);
    List<SalesTotalDetailDto> salesDataRanking(SalesDeliveryDto salesDeliveryDto);
    SalesTotalDto customerTrends(SalesDeliveryDto salesDeliveryDto);
@@ -125,4 +121,8 @@
    List<SolidWasteStatisticsDto> trends(productionStatisticsDto dto);
    List<MapDto> typeDistribution(productionStatisticsDto dto);
    Map<String,Long> manage();
    List<PlanTrendsDto> planTrends(Integer type);
}