| | |
| | | |
| | | List<Map<String, Object>> selectHomeOrderProgressPage(@Param("status") Integer status, |
| | | @Param("offset") Long offset, |
| | | @Param("size") Long size); |
| | | @Param("size") Long size, |
| | | @Param("startTime") LocalDateTime startTime, |
| | | @Param("endTime") LocalDateTime endTime); |
| | | |
| | | Long countHomeOrderProgress(@Param("status") Integer status); |
| | | Long countHomeOrderProgress(@Param("status") Integer status, |
| | | @Param("startTime") LocalDateTime startTime, |
| | | @Param("endTime") LocalDateTime endTime); |
| | | |
| | | List<Map<String, Object>> countHomeOrderProgressByStatus(); |
| | | List<Map<String, Object>> countHomeOrderProgressByStatus(@Param("startTime") LocalDateTime startTime, |
| | | @Param("endTime") LocalDateTime endTime); |
| | | |
| | | List<Map<String, Object>> selectHomeTodayProductionPlan(@Param("size") Long size); |
| | | List<Map<String, Object>> selectHomeTodayProductionPlan(@Param("size") Long size, |
| | | @Param("planStart") LocalDateTime planStart, |
| | | @Param("planEnd") LocalDateTime planEnd); |
| | | |
| | | Long countHomeTodayProductionPlan(); |
| | | Long countHomeTodayProductionPlan(@Param("planStart") LocalDateTime planStart, |
| | | @Param("planEnd") LocalDateTime planEnd); |
| | | |
| | | } |