优化
This commit is contained in:
		@ -23,4 +23,9 @@ public interface WgzAttendanceMapper extends BaseMapperPlus<WgzAttendance> {
 | 
			
		||||
 | 
			
		||||
	List<BgtAttendanceCountVO> countByTaskId(@Param("taskId") Long taskId, @Param("beginDate")LocalDate beginDate
 | 
			
		||||
		, @Param("endDate")LocalDate endDate);
 | 
			
		||||
 | 
			
		||||
	Integer dayTotalNum(@Param("taskId") Long taskId, @Param("date")LocalDate date);
 | 
			
		||||
 | 
			
		||||
	Integer monthTotalNum(@Param("taskId") Long taskId, @Param("beginDate")LocalDate beginDate
 | 
			
		||||
		, @Param("endDate")LocalDate endDate);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user