6 天以前 864037580c3e4d9f8c756b66ef40464d23262e6c
src/main/java/com/ruoyi/production/mapper/ProductionOrderMapper.java
@@ -12,6 +12,7 @@
import java.time.LocalDateTime;
import java.util.List;
import java.util.Map;
/**
 * <p>
@@ -39,4 +40,16 @@
    Integer countPending(@Param("startDate") String startDate, @Param("endDate") String endDate);
    List<Map<String, Object>> selectHomeOrderProgressPage(@Param("status") Integer status,
                                                          @Param("offset") Long offset,
                                                          @Param("size") Long size);
    Long countHomeOrderProgress(@Param("status") Integer status);
    List<Map<String, Object>> countHomeOrderProgressByStatus();
    List<Map<String, Object>> selectHomeTodayProductionPlan(@Param("size") Long size);
    Long countHomeTodayProductionPlan();
}